Version updated to 0.9.6
Some checks failed
Build project and push to maven snapshot / Build-And-Push-Linux (push) Has been cancelled
Build project and push to maven snapshot / Build-And-Push-Mac (push) Has been cancelled
Build project and push to maven snapshot / Build-And-Push-Windows (push) Has been cancelled

This commit is contained in:
Maria Chernova 2025-03-24 00:52:49 +03:00
parent aeda210bc5
commit b4b08f2e17
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ attack surfaces, bugs and other issues and you shouldn't use it in production un
repositories {
maven("https://gitea.sergeych.net/api/packages/YoungBlood/maven")
}
implementation("net.sergeych:multiplatform-crypto-libsodium-bindings:0.9.4-SNAPSHOT")
implementation("net.sergeych:multiplatform-crypto-libsodium-bindings:0.9.6")
```
## Usage

View File

@ -37,7 +37,7 @@ object Versions {
object ReleaseInfo {
val group = "net.sergeych"
val bindingsVersion = "0.9.6-SNAPSHOT"
val bindingsVersion = "0.9.6"
}
object Deps {