Skip to content

Commit

Permalink
Setting version to v0.13.1 (#131)
Browse files Browse the repository at this point in the history
Co-authored-by: Leeroy Travis <[email protected]>
  • Loading branch information
github-actions[bot] and leeroy-travis authored May 28, 2020
1 parent 0d6c0cc commit 183c755
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.13.0"
version = "0.13.1"
authors = ["IronCore Labs <[email protected]>"]
build = "../common/build.rs"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion android/examples/Example_Application/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
}

dependencies {
implementation 'com.ironcorelabs:ironoxide-android:0.13.1-SNAPSHOT@aar'
implementation 'com.ironcorelabs:ironoxide-android:0.13.1@aar'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
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.13.1-SNAPSHOT
VERSION_NAME=0.13.1

# 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.13.0"
version = "0.13.1"
authors = ["IronCore Labs <[email protected]>"]
build = "../common/build.rs"
edition = "2018"
Expand Down
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.13.0"
version = "0.13.1"
authors = ["IronCore Labs <[email protected]>"]
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.13.1-SNAPSHOT"
version in ThisBuild := "0.13.1"

0 comments on commit 183c755

Please sign in to comment.