From 676cb2a54bb01fe122b811f872438cfd828a5a69 Mon Sep 17 00:00:00 2001 From: Leeroy Travis Date: Wed, 31 Jan 2024 16:21:43 +0000 Subject: [PATCH] Set release version 0.10.3 [skip ci] --- Cargo.lock | 2 +- Cargo.toml | 2 +- kotlin/build.gradle.kts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"