Skip to content

Commit

Permalink
Setting version to v0.14.2 (#170)
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 Jul 6, 2020
1 parent 192bc8a commit 6a1f936
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.1"
version = "0.14.2"
authors = ["IronCore Labs <info@ironcorelabs.com>"]
build = "../common/build.rs"
edition = "2018"
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.1
VERSION_NAME=0.14.2

# GPG info for signing artifacts before uploading them.
signing.keyId=6F0D78BD
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.1"
version = "0.14.2"
authors = ["IronCore Labs <info@ironcorelabs.com>"]
build = "../common/build.rs"
edition = "2018"
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.1
Version: 0.14.2
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.1"
version = "0.14.2"
authors = ["IronCore Labs <info@ironcorelabs.com>"]
build = "../common/build.rs"
edition = "2018"
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.1"
version in ThisBuild := "0.14.2"

0 comments on commit 6a1f936

Please sign in to comment.