diff --git a/README.md b/README.md index a3d18872..2bea5c8b 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The library is still under heavy development, and relies on experimental kotlin #### Gradle ```kotlin -implementation("com.ionspin.kotlin:bignum:0.1.2") +implementation("com.ionspin.kotlin:bignum:0.1.3") ``` #### Gradle Metadata @@ -48,7 +48,7 @@ repositories { url = uri("https://oss.sonatype.org/content/repositories/snapshots") } } -implementation("com.ionspin.kotlin:bignum:0.1.3-SNAPSHOT") +implementation("com.ionspin.kotlin:bignum:0.1.4-SNAPSHOT") ``` diff --git a/bignum/build.gradle.kts b/bignum/build.gradle.kts index d2168883..91703fa4 100644 --- a/bignum/build.gradle.kts +++ b/bignum/build.gradle.kts @@ -44,7 +44,7 @@ repositories { jcenter() } group = "com.ionspin.kotlin" -version = "0.1.3-SNAPSHOT" +version = "0.1.4-SNAPSHOT" kotlin { jvm()