Version bump
This commit is contained in:
parent
763471f745
commit
f3cc8ca006
@ -1,7 +1,9 @@
|
|||||||
## Descriptive changelog
|
## Descriptive changelog
|
||||||
(All dates are DD.MM.YYYY)
|
(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
|
- Bump to kotlin 1.5.21
|
||||||
- Libsodium.js bump to 0.7.9
|
- Libsodium.js bump to 0.7.9
|
||||||
- Removed bintray/jcenter repositories
|
- Removed bintray/jcenter repositories
|
||||||
|
@ -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-lisodium-bindings:0.8.3")
|
implementation("com.ionspin.kotlin:multiplatform-crypto-lisodium-bindings:0.8.4")
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Snapshot builds
|
#### Snapshot builds
|
||||||
@ -23,7 +23,7 @@ implementation("com.ionspin.kotlin:multiplatform-crypto-lisodium-bindings:0.8.3"
|
|||||||
repositories {
|
repositories {
|
||||||
maven("https://oss.sonatype.org/content/repositories/snapshots")
|
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")
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ object Versions {
|
|||||||
object ReleaseInfo {
|
object ReleaseInfo {
|
||||||
val group = "com.ionspin.kotlin"
|
val group = "com.ionspin.kotlin"
|
||||||
val version = "0.1.0-SNAPSHOT"
|
val version = "0.1.0-SNAPSHOT"
|
||||||
val bindingsVersion = "0.8.4-SNAPSHOT"
|
val bindingsVersion = "0.8.5-SNAPSHOT"
|
||||||
}
|
}
|
||||||
|
|
||||||
object Deps {
|
object Deps {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user