Skip to content

Commit

Permalink
release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RCasatta committed Sep 24, 2020
1 parent f01fc7a commit 79aa89b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "it.casatta"
minSdkVersion 21
targetSdkVersion 30
versionCode 9
versionName "1.9"
versionCode 12
versionName "1.12"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "firma-bin"
version = "0.9.0"
version = "0.12.0"
authors = ["Riccardo Casatta <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "firma"
version = "0.9.0"
version = "0.12.0"
authors = ["Riccardo Casatta <[email protected]>"]
edition = "2018"
#rust = "1.38"
Expand Down

0 comments on commit 79aa89b

Please sign in to comment.