release: v0.2.0

This commit is contained in:
ardocrat 2024-09-20 14:17:03 +03:00
parent a0f85538e9
commit 7857b708c9
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -3802,7 +3802,7 @@ dependencies = [
[[package]]
name = "grim"
version = "0.1.3"
version = "0.2.0"
dependencies = [
"android-activity 0.6.0",
"android_logger",

View file

@ -1,6 +1,6 @@
[package]
name = "grim"
version = "0.1.3"
version = "0.2.0"
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"

View file

@ -11,7 +11,7 @@ android {
minSdk 24
targetSdk 33
versionCode 3
versionName "0.1.3"
versionName "0.2.0"
}
def keystorePropertiesFile = rootProject.file("keystore.properties")