From 0e215eb0ef18f6fa954c0acba6b91daa9d810c13 Mon Sep 17 00:00:00 2001 From: Leeroy Travis Date: Wed, 24 Jan 2024 23:02:32 +0000 Subject: [PATCH] Set release version 0.10.0 [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 8b39e6d..6e41f94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1036,7 +1036,7 @@ checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" [[package]] name = "ironcore-alloy" -version = "0.9.2-pre.28" +version = "0.10.0" dependencies = [ "aes-gcm", "aes-siv", diff --git a/Cargo.toml b/Cargo.toml index 46ce96c..9068cf3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ironcore-alloy" -version = "0.9.2-pre.28" +version = "0.10.0" 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 9c7e416..931bd59 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.9.2-SNAPSHOT" +version = "0.10.0" group = "com.ironcorelabs"