Skip to content

Commit

Permalink
Release version 0.1.9
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
  • Loading branch information
vincenzopalazzo committed Apr 8, 2021
1 parent 873f6e9 commit 58e481a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,27 @@ The project support some command, if you want try it doesn't use on the **MAINET
<dependency>
<groupId>io.github.clightning4j</groupId>
<artifactId>jrpclightning</artifactId>
<version>0.1.8</version>
<version>0.1.9</version>
</dependency>
```

#### 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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.clightning4j</groupId>
<artifactId>jrpclightning</artifactId>
<version>0.1.9-rc2-SNAPSHOT</version>
<version>0.1.9</version>
<inceptionYear>2020</inceptionYear>
<licenses>
<license>
Expand Down

0 comments on commit 58e481a

Please sign in to comment.