File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- [ ![ pipeline status] ( https://gitlab.com/ionspin-github-ci/kotlin-multiplatform-bignum-ci/badges/master /pipeline.svg )] ( https://gitlab.com/ionspin-github-ci/kotlin-multiplatform-bignum-ci/-/commits/master )
1
+ [ ![ pipeline status] ( https://gitlab.com/ionspin-github-ci/kotlin-multiplatform-bignum-ci/badges/main /pipeline.svg )] ( https://gitlab.com/ionspin-github-ci/kotlin-multiplatform-bignum-ci/-/commits/main )
2
2
[ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.ionspin.kotlin/bignum.svg )] ( https://repo1.maven.org/maven2/com/ionspin/kotlin/bignum/ )
3
3
# Kotlin MP BigNum library
4
4
@@ -27,7 +27,7 @@ and bug-fixing.
27
27
28
28
#### Gradle
29
29
``` kotlin
30
- implementation(" com.ionspin.kotlin:bignum:0.3.2 " )
30
+ implementation(" com.ionspin.kotlin:bignum:0.3.3 " )
31
31
```
32
32
33
33
#### Snapshot builds
@@ -37,7 +37,7 @@ repositories {
37
37
url = uri(" https://oss.sonatype.org/content/repositories/snapshots" )
38
38
}
39
39
}
40
- implementation(" com.ionspin.kotlin:bignum:0.3.3 -SNAPSHOT" )
40
+ implementation(" com.ionspin.kotlin:bignum:0.3.4 -SNAPSHOT" )
41
41
42
42
```
43
43
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ object Versions {
24
24
val dokkaPlugin = " 1.5.0"
25
25
}
26
26
27
- val projectVersion = " 0.3.3 -SNAPSHOT"
27
+ val projectVersion = " 0.3.4 -SNAPSHOT"
28
28
29
29
object Deps {
30
30
You can’t perform that action at this time.
0 commit comments