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 )
22[ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.ionspin.kotlin/bignum.svg )] ( https://repo1.maven.org/maven2/com/ionspin/kotlin/bignum/ )
33# Kotlin MP BigNum library
44
@@ -27,7 +27,7 @@ and bug-fixing.
2727
2828#### Gradle
2929``` kotlin
30- implementation(" com.ionspin.kotlin:bignum:0.3.2 " )
30+ implementation(" com.ionspin.kotlin:bignum:0.3.3 " )
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.3 -SNAPSHOT" )
40+ implementation(" com.ionspin.kotlin:bignum:0.3.4 -SNAPSHOT" )
4141
4242```
4343
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ object Versions {
2424 val dokkaPlugin = " 1.5.0"
2525}
2626
27- val projectVersion = " 0.3.3 -SNAPSHOT"
27+ val projectVersion = " 0.3.4 -SNAPSHOT"
2828
2929object Deps {
3030
You can’t perform that action at this time.
0 commit comments