Skip to content

Commit

Permalink
Release 0.8.9, Bump to 0.9.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ionspin committed Mar 26, 2023
1 parent 1cfa03a commit 5107382
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
(All dates are DD.MM.YYYY)

#### 0.8.9-SNAPSHOT - Current development snapshot
- Update to latest stable build of libsodium
- Update to kotlin 1.8.10

#### 0.8.8 - 9.10.2022
- Fix for missing mingw target in published library modules.xml (#29)
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-libsodium-bindings:0.8.8")
implementation("com.ionspin.kotlin:multiplatform-crypto-libsodium-bindings:0.8.9")
```

#### Snapshot builds
```kotlin
repositories {
maven("https://oss.sonatype.org/content/repositories/snapshots")
}
implementation("com.ionspin.kotlin:multiplatform-crypto-libsodium-bindings:0.8.9-SNAPSHOT")
implementation("com.ionspin.kotlin:multiplatform-crypto-libsodium-bindings:0.9.0-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 @@ -38,7 +38,7 @@ object Versions {

object ReleaseInfo {
val group = "com.ionspin.kotlin"
val bindingsVersion = "0.8.9-SNAPSHOT"
val bindingsVersion = "0.9.0-SNAPSHOT"
}

object Deps {
Expand Down

0 comments on commit 5107382

Please sign in to comment.