From fd527575491de864300e86690d68b9602d2d007b Mon Sep 17 00:00:00 2001 From: ardocrat Date: Fri, 10 Apr 2026 15:09:41 +0300 Subject: [PATCH] build: version 0.3.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- android/app/build.gradle | 2 +- macos/Grim.app/Contents/Info.plist | 2 +- wix/main.wxs | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d929cab..43337f09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4000,7 +4000,7 @@ dependencies = [ [[package]] name = "grim" -version = "0.3.3" +version = "0.3.4" dependencies = [ "android-activity", "android_logger", diff --git a/Cargo.toml b/Cargo.toml index 91c0ab7c..468b7ad8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grim" -version = "0.3.3" +version = "0.3.4" 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 b40ca11a..af616ebf 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -12,7 +12,7 @@ android { minSdk 24 targetSdk 36 versionCode 5 - versionName "0.3.3" + versionName "0.3.4" } lint { diff --git a/macos/Grim.app/Contents/Info.plist b/macos/Grim.app/Contents/Info.plist index 35ddb23d..57a41a7c 100644 --- a/macos/Grim.app/Contents/Info.plist +++ b/macos/Grim.app/Contents/Info.plist @@ -21,7 +21,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.3.3 + 0.3.4 CFBundleSupportedPlatforms MacOSX diff --git a/wix/main.wxs b/wix/main.wxs index e4466132..f31cc44e 100644 --- a/wix/main.wxs +++ b/wix/main.wxs @@ -7,8 +7,8 @@ - - + +