From 25be339f707673f85ee3fdabe9abb5de1f2e0dfa Mon Sep 17 00:00:00 2001 From: John Smith Date: Tue, 24 Mar 2020 17:09:00 +0100 Subject: [PATCH] Bump the version number --- build/build.kt | 4 ++-- jitpack.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/build.kt b/build/build.kt index bd7bda7..aa00fe6 100644 --- a/build/build.kt +++ b/build/build.kt @@ -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 } @@ -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) } diff --git a/jitpack.yml b/jitpack.yml index 5db908d..8e2c317 100644 --- a/jitpack.yml +++ b/jitpack.yml @@ -5,4 +5,4 @@ jdk: - oraclejdk8 install: - - java -jar wemi "NknSdk/jitpack:publish" + - ./wemi "NknSdk/jitpack:publish"