diff --git a/Cargo.lock b/Cargo.lock index ac93288..fae6ae9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1036,7 +1036,7 @@ checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" [[package]] name = "ironcore-alloy" -version = "0.10.3-pre.3" +version = "0.10.3" dependencies = [ "aes-gcm", "aes-siv", diff --git a/Cargo.toml b/Cargo.toml index 7de2e71..73f429f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ironcore-alloy" -version = "0.10.3-pre.3" +version = "0.10.3" description = "IronCore Labs SDK for all your different Application Layer Encryption needs" authors = ["IronCore Labs "] edition = "2021" diff --git a/kotlin/build.gradle.kts b/kotlin/build.gradle.kts index 7725f2c..ac290e3 100644 --- a/kotlin/build.gradle.kts +++ b/kotlin/build.gradle.kts @@ -4,7 +4,7 @@ import org.jetbrains.kotlin.allopen.gradle.* import org.jetbrains.kotlin.gradle.tasks.* import kotlinx.benchmark.gradle.* -version = "0.10.3-SNAPSHOT" +version = "0.10.3" group = "com.ironcorelabs"