Bump to 1.7.5

This commit is contained in:
Tony Giorgio
2024-06-05 22:02:21 -05:00
committed by Tony Giorgio
parent 0227afa20c
commit cb7fe64f6f
4 changed files with 10 additions and 10 deletions

View File

@@ -7,8 +7,8 @@ android {
applicationId "com.mutinywallet.mutinywallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 65
versionName "1.7.4"
versionCode 66
versionName "1.7.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

View File

@@ -360,7 +360,7 @@
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.finance";
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.7.4;
MARKETING_VERSION = 1.7.5;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = "com.mutinywallet.mutiny-test";
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -387,7 +387,7 @@
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.finance";
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.7.4;
MARKETING_VERSION = 1.7.5;
PRODUCT_BUNDLE_IDENTIFIER = com.mutinywallet.mutiny;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";

View File

@@ -1,6 +1,6 @@
{
"name": "mutiny-wallet",
"version": "1.7.4",
"version": "1.7.5",
"license": "MIT",
"packageManager": "pnpm@8.6.6",
"scripts": {
@@ -55,7 +55,7 @@
"@capacitor/toast": "^6.0.0",
"@kobalte/core": "^0.12.6",
"@kobalte/tailwindcss": "^0.9.0",
"@mutinywallet/mutiny-wasm": "1.7.4",
"@mutinywallet/mutiny-wasm": "1.7.5",
"@modular-forms/solid": "^0.20.0",
"@solid-primitives/upload": "^0.0.117",
"@solidjs/meta": "^0.29.3",

8
pnpm-lock.yaml generated
View File

@@ -54,8 +54,8 @@ dependencies:
specifier: ^0.20.0
version: 0.20.0(solid-js@1.8.16)
'@mutinywallet/mutiny-wasm':
specifier: 1.7.4
version: 1.7.4
specifier: 1.7.5
version: 1.7.5
'@solid-primitives/upload':
specifier: ^0.0.117
version: 0.0.117(solid-js@1.8.16)
@@ -2193,8 +2193,8 @@ packages:
solid-js: 1.8.16
dev: false
/@mutinywallet/mutiny-wasm@1.7.4:
resolution: {integrity: sha512-qn4y2dFZR01X4PC0+ggNrI8JrEu1bSTo9Vne+EFQy25/zuopUcBWNmeAY+lMXRsBDZqG4dJOPsNHBbcS6yLRDQ==}
/@mutinywallet/mutiny-wasm@1.7.5:
resolution: {integrity: sha512-jMmqbYQfN35u7CWMMUiNKD+bUk8bp6FZKRMLekJHgv0M6hm8heZGxL0YQNWEA0c9rHajxi3O8FFIIO2vowXUmw==}
dev: false
/@nodelib/fs.scandir@2.1.5: