Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ionspin committed Jul 19, 2021
1 parent 763471f commit f3cc8ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
## Descriptive changelog
(All dates are DD.MM.YYYY)

#### 0.8.4-SNAPSHOT
#### 0.8.5-SNAPSHOT

#### 0.8.4 - 19.7.2021
- Bump to kotlin 1.5.21
- Libsodium.js bump to 0.7.9
- Removed bintray/jcenter repositories
- Removed bintray/jcenter repositories

#### 0.8.3 - 28.5.2021
- Built with kotlin 1.5.10
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ attack surfaces, bugs and other issues and you shouldn't use it in production un

#### Gradle
```kotlin
implementation("com.ionspin.kotlin:multiplatform-crypto-lisodium-bindings:0.8.3")
implementation("com.ionspin.kotlin:multiplatform-crypto-lisodium-bindings:0.8.4")
```

#### Snapshot builds
```kotlin
repositories {
maven("https://oss.sonatype.org/content/repositories/snapshots")
}
implementation("com.ionspin.kotlin:multiplatform-crypto-lisodium-bindings:0.8.4-SNAPSHOT ")
implementation("com.ionspin.kotlin:multiplatform-crypto-lisodium-bindings:0.8.5-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 @@ -41,7 +41,7 @@ object Versions {
object ReleaseInfo {
val group = "com.ionspin.kotlin"
val version = "0.1.0-SNAPSHOT"
val bindingsVersion = "0.8.4-SNAPSHOT"
val bindingsVersion = "0.8.5-SNAPSHOT"
}

object Deps {
Expand Down

0 comments on commit f3cc8ca

Please sign in to comment.