diff --git a/README.md b/README.md index 23d5fdd..a37ef73 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/buildSrc/src/main/kotlin/Deps.kt b/buildSrc/src/main/kotlin/Deps.kt index 6bb8b43..9324b52 100644 --- a/buildSrc/src/main/kotlin/Deps.kt +++ b/buildSrc/src/main/kotlin/Deps.kt @@ -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 {