release: v0.1.3
This commit is contained in:
parent
b0b4f9068a
commit
7f79cc0708
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -3796,7 +3796,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "grim"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
dependencies = [
|
||||
"android-activity 0.6.0",
|
||||
"android_logger",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "grim"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
authors = ["Ardocrat <ardocrat@proton.me>"]
|
||||
description = "Cross-platform GUI for Grin with focus on usability and availability to be used by anyone, anywhere."
|
||||
license = "Apache-2.0"
|
||||
|
|
|
@ -15,7 +15,7 @@ android {
|
|||
minSdk 24
|
||||
targetSdk 33
|
||||
versionCode 3
|
||||
versionName "0.1.2"
|
||||
versionName "0.1.3"
|
||||
}
|
||||
|
||||
signingConfigs {
|
||||
|
|
Loading…
Reference in a new issue