Skip to content

Commit

Permalink
Bump the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
RealJohnSmith committed Mar 24, 2020
1 parent 374b75a commit 25be339
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/build.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ val NknSdk by project {

projectName set { "NknSdk" }
projectGroup set { "cz.jsmith.nkn" }
projectVersion set { "0.2.1-SNAPSHOT" }
projectVersion set { "0.2.2" }

repositories add { Jitpack }

Expand All @@ -21,7 +21,7 @@ val NknSdk by project {
libraryDependencies add { dependency("com.google.protobuf:protobuf-java:3.6.1") } // Proto-buffer implementation

libraryDependencies add { dependency("net.i2p.crypto:eddsa:0.3.0") } // Crypto, Ed25519
libraryDependencies add { dependency("org.bouncycastle:bcprov-jdk15on:1.61") } // Crypto, The rest
libraryDependencies add { dependency("org.bouncycastle:bcprov-jdk15on:1.64") } // Crypto, The rest

publishArtifacts set { artifacts(NoClassifier, includeSources = true, includeDocumentation = false) }

Expand Down
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
jdk:
- oraclejdk8
install:
- java -jar wemi "NknSdk/jitpack:publish"
- ./wemi "NknSdk/jitpack:publish"

0 comments on commit 25be339

Please sign in to comment.