Skip to content

Commit

Permalink
0.3.5-SNAPSHOT prepared
Browse files Browse the repository at this point in the history
  • Loading branch information
ionspin committed Jan 15, 2022
1 parent ee51e34 commit 4cbb720
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ and bug-fixing.

#### Gradle
```kotlin
implementation("com.ionspin.kotlin:bignum:0.3.3")
implementation("com.ionspin.kotlin:bignum:0.3.4")
```

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

```

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object Versions {
val dokkaPlugin = "1.5.0"
}

val projectVersion = "0.3.4-SNAPSHOT"
val projectVersion = "0.3.5-SNAPSHOT"

object Deps {

Expand Down

0 comments on commit 4cbb720

Please sign in to comment.