Skip to content

Commit

Permalink
Setting version to v0.14.7 (#203)
Browse files Browse the repository at this point in the history
Co-authored-by: Leeroy Travis <ops@ironcorelabs.com>
  • Loading branch information
github-actions[bot] and leeroy-travis authored Aug 3, 2022
1 parent 64a86a2 commit 9ff2756
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion android/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ironoxide-android"
version = "0.14.6"
version = "0.14.7"
authors = ["IronCore Labs <info@ironcorelabs.com>"]
build = "../common/build.rs"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx1536m
android.useAndroidX=true
android.enableJetifier=true

VERSION_NAME=0.14.7-SNAPSHOT
VERSION_NAME=0.14.7

# GPG info for signing artifacts before uploading them.
# This key is the last 4 bytes of the key ID of the signing subkey.
Expand Down
2 changes: 1 addition & 1 deletion cpp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ironoxide-cpp"
version = "0.14.6"
version = "0.14.7"
authors = ["IronCore Labs <info@ironcorelabs.com>"]
build = "../common/build.rs"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion cpp/ironoxide.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ libdir=${exec_prefix}/lib

Name: ironoxide
Description: The ironoxide library
Version: 0.14.6
Version: 0.14.7
Cflags: -I${includedir}/ironoxide
Libs: -L${libdir} -lironoxide
2 changes: 1 addition & 1 deletion java/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ironoxide-java"
version = "0.14.6"
version = "0.14.7"
authors = ["IronCore Labs <info@ironcorelabs.com>"]
build = "../common/build.rs"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion java/tests/version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.14.7-SNAPSHOT"
version in ThisBuild := "0.14.7"

0 comments on commit 9ff2756

Please sign in to comment.