Skip to content

Commit 58e481a

Browse files
Release version 0.1.9
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
1 parent 873f6e9 commit 58e481a

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,27 +24,27 @@ The project support some command, if you want try it doesn't use on the **MAINET
2424
<dependency>
2525
<groupId>io.github.clightning4j</groupId>
2626
<artifactId>jrpclightning</artifactId>
27-
<version>0.1.8</version>
27+
<version>0.1.9</version>
2828
</dependency>
2929
```
3030

3131
#### Gradle Kotlin DSL
3232

3333
```kotlin
34-
implementation("io.github.clightning4j:jrpclightning:0.1.8")
34+
implementation("io.github.clightning4j:jrpclightning:0.1.9")
3535
```
3636

3737
#### Gradle groovy DSL
3838

3939
```groovy
40-
implementation 'io.github.clightning4j:jrpclightning:0.1.8'
40+
implementation 'io.github.clightning4j:jrpclightning:0.1.9'
4141
```
4242

4343
### Snapshot version
4444

4545
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`
46-
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
47-
`v0.1.9-rc1-SNAPSHOT`.
46+
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
47+
`v0.1.10-rc1-SNAPSHOT`.
4848

4949
Describe a static rule at the moment it is difficult for the snapshot release, for this reason, feel free to open a
5050
[question on the Github discussion](https://github.com/clightning4j/JRPClightning/discussions) if you have any doubt

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GROUP_ID=io.github.clightning4j
22
ARTIFACT_ID=jrpclightning
3-
VERSION=0.1.9-rc2-SNAPSHOT
3+
VERSION=0.1.9
44
MODULE_NAME='io.clightning4j.jrpclightning'
55

66
#Information abaut the maven repository

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.github.clightning4j</groupId>
66
<artifactId>jrpclightning</artifactId>
7-
<version>0.1.9-rc2-SNAPSHOT</version>
7+
<version>0.1.9</version>
88
<inceptionYear>2020</inceptionYear>
99
<licenses>
1010
<license>

0 commit comments

Comments
 (0)