Skip to content

Commit 121181a

Browse files
committed
Pipline status badge switch to main
1 parent 9725366 commit 121181a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

buildSrc/src/main/kotlin/Deps.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2929
object Deps {
3030

0 commit comments

Comments
 (0)