Skip to content

Commit f76cafa

Browse files
committed
Setting version to v2.2.0
1 parent 0951cc9 commit f76cafa

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ironoxide-android"
3-
version = "2.1.0"
3+
version = "2.2.0"
44
authors = ["IronCore Labs <info@ironcorelabs.com>"]
55
build = "../common/build.rs"
66
edition = "2024"

android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx1536m
22
android.useAndroidX=true
33
android.enableJetifier=true
44

5-
VERSION_NAME=2.1.1-SNAPSHOT
5+
VERSION_NAME=2.2.0
66

77
# GPG info for signing artifacts before uploading them.
88
# This key is the last 4 bytes of the key ID of the signing subkey.

cpp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ironoxide-cpp"
3-
version = "2.1.0"
3+
version = "2.2.0"
44
authors = ["IronCore Labs <info@ironcorelabs.com>"]
55
build = "../common/build.rs"
66
edition = "2024"

cpp/ironoxide.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ libdir=${exec_prefix}/lib
55

66
Name: ironoxide
77
Description: The ironoxide library
8-
Version: 2.1.0
8+
Version: 2.2.0
99
Cflags: -I${includedir}/ironoxide
1010
Libs: -L${libdir} -lironoxide

java/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ironoxide-java"
3-
version = "2.1.0"
3+
version = "2.2.0"
44
authors = ["IronCore Labs <info@ironcorelabs.com>"]
55
build = "../common/build.rs"
66
edition = "2024"

0 commit comments

Comments
 (0)