From b4b08f2e1721f592e9cdce94e02261916eabc30e Mon Sep 17 00:00:00 2001 From: chmaria Date: Mon, 24 Mar 2025 00:52:49 +0300 Subject: [PATCH] Version updated to 0.9.6 --- README.md | 2 +- buildSrc/src/main/kotlin/Deps.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {