From 58e481a8aadc8094a1d4caea2f8d3a59e9d15f69 Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Thu, 8 Apr 2021 21:44:03 +0200 Subject: [PATCH] Release version 0.1.9 Signed-off-by: Vincenzo Palazzo --- README.md | 10 +++++----- gradle.properties | 2 +- pom.xml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d994c45..eb5a32a 100644 --- a/README.md +++ b/README.md @@ -24,27 +24,27 @@ The project support some command, if you want try it doesn't use on the **MAINET io.github.clightning4j jrpclightning - 0.1.8 + 0.1.9 ``` #### Gradle Kotlin DSL ```kotlin -implementation("io.github.clightning4j:jrpclightning:0.1.8") +implementation("io.github.clightning4j:jrpclightning:0.1.9") ``` #### Gradle groovy DSL ```groovy -implementation 'io.github.clightning4j:jrpclightning:0.1.8' +implementation 'io.github.clightning4j:jrpclightning:0.1.9' ``` ### Snapshot version Each master version has a SNAPSHOT version that is the official version `x.x.x + 1`, so for example for the version `v0.1.9` -the version on if exist a new version of the master branch is `v0.1.9-SNAPSHOT`, or some release candidate version, like `v0.1.9-rc1`, will be -`v0.1.9-rc1-SNAPSHOT`. +the version on if exist a new version of the master branch is `v0.1.10-SNAPSHOT`, or some release candidate version, like `v0.1.10-rc1`, will be +`v0.1.10-rc1-SNAPSHOT`. Describe a static rule at the moment it is difficult for the snapshot release, for this reason, feel free to open a [question on the Github discussion](https://github.com/clightning4j/JRPClightning/discussions) if you have any doubt diff --git a/gradle.properties b/gradle.properties index 4c194cb..b4f8f0c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ GROUP_ID=io.github.clightning4j ARTIFACT_ID=jrpclightning -VERSION=0.1.9-rc2-SNAPSHOT +VERSION=0.1.9 MODULE_NAME='io.clightning4j.jrpclightning' #Information abaut the maven repository diff --git a/pom.xml b/pom.xml index cceeee3..2e858d6 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.github.clightning4j jrpclightning - 0.1.9-rc2-SNAPSHOT + 0.1.9 2020