Skip to content

Commit

Permalink
release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RCasatta committed May 9, 2020
1 parent d62fbb8 commit 3ae51bf
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ firma.iml
firma.log
android/app/src/main/jniLibs
android/app/release
release-steps
android/app/network*
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 1
versionName "1.0"
versionCode 3
versionName "1.3"
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.2.0"
version = "0.3.0"
authors = ["Riccardo Casatta <riccardo@casatta.it>"]
edition = "2018"

Expand Down
4 changes: 2 additions & 2 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "firma"
version = "0.2.0"
version = "0.3.0"
authors = ["Riccardo Casatta <riccardo@casatta.it>"]
edition = "2018"
#rust = "1.42"
#rust = "1.38"

[dependencies]
hex = "0.4.2"
Expand Down

0 comments on commit 3ae51bf

Please sign in to comment.