Skip to content

Commit 4eb53ea

Browse files
committed
Bump to 0.1.3-SNAPSHOT
1 parent 051ac86 commit 4eb53ea

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 @@ The library is still under heavy development, and relies on experimental kotlin
2727

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

3333
#### Gradle Metadata
@@ -48,7 +48,7 @@ repositories {
4848
url = uri("https://oss.sonatype.org/content/repositories/snapshots")
4949
}
5050
}
51-
implementation("com.ionspin.kotlin:bignum:0.1.2-SNAPSHOT")
51+
implementation("com.ionspin.kotlin:bignum:0.1.3-SNAPSHOT")
5252

5353
```
5454

bignum/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ repositories {
4444
jcenter()
4545
}
4646
group = "com.ionspin.kotlin"
47-
version = "0.1.2-SNAPSHOT"
47+
version = "0.1.3-SNAPSHOT"
4848

4949
kotlin {
5050
jvm()

0 commit comments

Comments
 (0)