Skip to content

Commit a97a3aa

Browse files
committed
Set release version 0.14.0 [skip ci]
1 parent 9638731 commit a97a3aa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ironcore-alloy"
3-
version = "0.13.2-pre.13"
3+
version = "0.14.0"
44
description = "IronCore Labs SDK for all your different Application Layer Encryption needs"
55
authors = ["IronCore Labs <info@ironcorelabs.com>"]
66
edition = "2024"

java/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
22
import org.gradle.api.tasks.testing.logging.TestLogEvent
33

4-
version = "0.13.2-SNAPSHOT"
4+
version = "0.14.0"
55

66
group = "com.ironcorelabs"
77

kotlin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import org.jetbrains.kotlin.allopen.gradle.*
44
import org.jetbrains.kotlin.gradle.tasks.*
55
import kotlinx.benchmark.gradle.*
66

7-
version = "0.13.2-SNAPSHOT"
7+
version = "0.14.0"
88

99
group = "com.ironcorelabs"
1010

0 commit comments

Comments
 (0)