We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee51e34 commit 4cbb720Copy full SHA for 4cbb720
README.md
@@ -27,7 +27,7 @@ and bug-fixing.
27
28
#### Gradle
29
```kotlin
30
-implementation("com.ionspin.kotlin:bignum:0.3.3")
+implementation("com.ionspin.kotlin:bignum:0.3.4")
31
```
32
33
#### Snapshot builds
@@ -37,7 +37,7 @@ repositories {
37
url = uri("https://oss.sonatype.org/content/repositories/snapshots")
38
}
39
40
-implementation("com.ionspin.kotlin:bignum:0.3.4-SNAPSHOT")
+implementation("com.ionspin.kotlin:bignum:0.3.5-SNAPSHOT")
41
42
43
buildSrc/src/main/kotlin/Deps.kt
@@ -22,7 +22,7 @@ object Versions {
22
val dokkaPlugin = "1.5.0"
23
24
25
-val projectVersion = "0.3.4-SNAPSHOT"
+val projectVersion = "0.3.5-SNAPSHOT"
26
object Deps {
0 commit comments