Skip to content

Commit

Permalink
Pipline status badge switch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
ionspin committed Nov 9, 2021
1 parent 9725366 commit 121181a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![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)
[![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)
[![Maven Central](https://img.shields.io/maven-central/v/com.ionspin.kotlin/bignum.svg)](https://repo1.maven.org/maven2/com/ionspin/kotlin/bignum/)
# Kotlin MP BigNum library

Expand Down Expand Up @@ -27,7 +27,7 @@ and bug-fixing.

#### Gradle
```kotlin
implementation("com.ionspin.kotlin:bignum:0.3.2")
implementation("com.ionspin.kotlin:bignum:0.3.3")
```

#### Snapshot builds
Expand All @@ -37,7 +37,7 @@ repositories {
url = uri("https://oss.sonatype.org/content/repositories/snapshots")
}
}
implementation("com.ionspin.kotlin:bignum:0.3.3-SNAPSHOT")
implementation("com.ionspin.kotlin:bignum:0.3.4-SNAPSHOT")

```

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object Versions {
val dokkaPlugin = "1.5.0"
}

val projectVersion = "0.3.3-SNAPSHOT"
val projectVersion = "0.3.4-SNAPSHOT"

object Deps {

Expand Down

0 comments on commit 121181a

Please sign in to comment.