Skip to content

Commit

Permalink
solution: release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
splix committed May 9, 2020
1 parent 402a177 commit 803cd00
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
5 changes: 2 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= PolkaJ - Polkadot Java Client
:lib-version: 0.1.0-SNAPSHOT
:lib-version: 0.1.0
:lib-version-dev: 0.1.0-SNAPSHOT

image:https://github.com/emeraldpay/polkaj/workflows/Tests/badge.svg["Unit Tests"]
Expand All @@ -11,8 +11,7 @@ Java client library to use and access API of Polkadot based networks.

WARNING: UNDER DEVELOPMENT


- Latest Stable Version: NONE
- Latest Stable Version: {lib-version}
- Latest Snapshot Version: {lib-version-dev}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply plugin: 'jacoco'

allprojects {
group = 'io.emeraldpay.polkaj'
version = "0.1.0-SNAPSHOT"
version = "0.1.0"

repositories {
mavenLocal()
Expand Down
6 changes: 3 additions & 3 deletions examples/encoding/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ repositories {
}

dependencies {
implementation 'io.emeraldpay.pjc:scale:0.1.0-SNAPSHOT'
implementation 'io.emeraldpay.pjc:types:0.1.0-SNAPSHOT'
implementation 'io.emeraldpay.pjc:ss58:0.1.0-SNAPSHOT'
implementation 'io.emeraldpay.pjc:scale:0.1.0'
implementation 'io.emeraldpay.pjc:types:0.1.0'
implementation 'io.emeraldpay.pjc:ss58:0.1.0'
implementation 'commons-codec:commons-codec:1.14'
}

Expand Down
6 changes: 3 additions & 3 deletions examples/types/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ repositories {
}

dependencies {
implementation 'io.emeraldpay.pjc:scale:0.1.0-SNAPSHOT'
implementation 'io.emeraldpay.pjc:types:0.1.0-SNAPSHOT'
implementation 'io.emeraldpay.pjc:ss58:0.1.0-SNAPSHOT'
implementation 'io.emeraldpay.pjc:scale:0.1.0'
implementation 'io.emeraldpay.pjc:types:0.1.0'
implementation 'io.emeraldpay.pjc:ss58:0.1.0'
implementation 'commons-codec:commons-codec:1.14'
}

Expand Down

0 comments on commit 803cd00

Please sign in to comment.