From 7f79cc070816697baf55738b8dee19e1c559c563 Mon Sep 17 00:00:00 2001 From: ardocrat Date: Sat, 10 Aug 2024 12:08:20 +0300 Subject: [PATCH] release: v0.1.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- android/app/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2c33380..0134201 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3796,7 +3796,7 @@ dependencies = [ [[package]] name = "grim" -version = "0.1.2" +version = "0.1.3" dependencies = [ "android-activity 0.6.0", "android_logger", diff --git a/Cargo.toml b/Cargo.toml index 73bb59c..e2ff09d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grim" -version = "0.1.2" +version = "0.1.3" authors = ["Ardocrat "] description = "Cross-platform GUI for Grin with focus on usability and availability to be used by anyone, anywhere." license = "Apache-2.0" diff --git a/android/app/build.gradle b/android/app/build.gradle index 3419045..98a54b8 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -15,7 +15,7 @@ android { minSdk 24 targetSdk 33 versionCode 3 - versionName "0.1.2" + versionName "0.1.3" } signingConfigs {