Release 0.8.9, Bump to 0.9.0-SNAPSHOT
This commit is contained in:
parent
1cfa03a18f
commit
51073827d7
@ -2,6 +2,8 @@
|
|||||||
(All dates are DD.MM.YYYY)
|
(All dates are DD.MM.YYYY)
|
||||||
|
|
||||||
#### 0.8.9-SNAPSHOT - Current development snapshot
|
#### 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
|
#### 0.8.8 - 9.10.2022
|
||||||
- Fix for missing mingw target in published library modules.xml (#29)
|
- Fix for missing mingw target in published library modules.xml (#29)
|
||||||
|
@ -15,7 +15,7 @@ attack surfaces, bugs and other issues and you shouldn't use it in production un
|
|||||||
|
|
||||||
#### Gradle
|
#### Gradle
|
||||||
```kotlin
|
```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
|
#### Snapshot builds
|
||||||
@ -23,7 +23,7 @@ implementation("com.ionspin.kotlin:multiplatform-crypto-libsodium-bindings:0.8.8
|
|||||||
repositories {
|
repositories {
|
||||||
maven("https://oss.sonatype.org/content/repositories/snapshots")
|
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")
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ object Versions {
|
|||||||
|
|
||||||
object ReleaseInfo {
|
object ReleaseInfo {
|
||||||
val group = "com.ionspin.kotlin"
|
val group = "com.ionspin.kotlin"
|
||||||
val bindingsVersion = "0.8.9-SNAPSHOT"
|
val bindingsVersion = "0.9.0-SNAPSHOT"
|
||||||
}
|
}
|
||||||
|
|
||||||
object Deps {
|
object Deps {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user