Skip to content

Commit

Permalink
Bump to 0.1.4-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ionspin committed Nov 19, 2019
1 parent fc1f68c commit 68b9aa4
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 @@ 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
Expand All @@ -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")

```

Expand Down
2 changes: 1 addition & 1 deletion bignum/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ repositories {
jcenter()
}
group = "com.ionspin.kotlin"
version = "0.1.3-SNAPSHOT"
version = "0.1.4-SNAPSHOT"

kotlin {
jvm()
Expand Down

0 comments on commit 68b9aa4

Please sign in to comment.