Skip to content

Commit

Permalink
release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RCasatta committed May 17, 2020
1 parent 07fd1eb commit 74c94a4
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 @@ -11,8 +11,8 @@ android {
applicationId "it.casatta"
minSdkVersion 23
targetSdkVersion 29
versionCode 4
versionName "1.4"
versionCode 5
versionName "1.5"
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.4.0"
version = "0.5.0"
authors = ["Riccardo Casatta <riccardo@casatta.it>"]
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.4.0"
version = "0.5.0"
authors = ["Riccardo Casatta <riccardo@casatta.it>"]
edition = "2018"
#rust = "1.38"
Expand Down

0 comments on commit 74c94a4

Please sign in to comment.