Skip to content

Commit 4cbb720

Browse files
committed
0.3.5-SNAPSHOT prepared
1 parent ee51e34 commit 4cbb720

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ and bug-fixing.
2727

2828
#### Gradle
2929
```kotlin
30-
implementation("com.ionspin.kotlin:bignum:0.3.3")
30+
implementation("com.ionspin.kotlin:bignum:0.3.4")
3131
```
3232

3333
#### Snapshot builds
@@ -37,7 +37,7 @@ repositories {
3737
url = uri("https://oss.sonatype.org/content/repositories/snapshots")
3838
}
3939
}
40-
implementation("com.ionspin.kotlin:bignum:0.3.4-SNAPSHOT")
40+
implementation("com.ionspin.kotlin:bignum:0.3.5-SNAPSHOT")
4141

4242
```
4343

buildSrc/src/main/kotlin/Deps.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ object Versions {
2222
val dokkaPlugin = "1.5.0"
2323
}
2424

25-
val projectVersion = "0.3.4-SNAPSHOT"
25+
val projectVersion = "0.3.5-SNAPSHOT"
2626

2727
object Deps {
2828

0 commit comments

Comments
 (0)