Skip to content

Commit

Permalink
Setting version to v0.15.0 (#210)
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 Sep 12, 2022
1 parent 2289109 commit 478d9ce
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.7"
version = "0.15.0"
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.8-SNAPSHOT
VERSION_NAME=0.15.0

# 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.7"
version = "0.15.0"
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.7
Version: 0.15.0
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.7"
version = "0.15.0"
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.8-SNAPSHOT"
version in ThisBuild := "0.15.0"

0 comments on commit 478d9ce

Please sign in to comment.