This repository was archived by the owner on Apr 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
77 applicationId " com.mutinywallet.mutinywallet"
88 minSdkVersion rootProject. ext. minSdkVersion
99 targetSdkVersion rootProject. ext. targetSdkVersion
10- versionCode 62
11- versionName " 1.7.0 "
10+ versionCode 63
11+ versionName " 1.7.1 "
1212 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1313 aaptOptions {
1414 // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Original file line number Diff line number Diff line change 360360 INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.finance";
361361 IPHONEOS_DEPLOYMENT_TARGET = 14.0;
362362 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
363- MARKETING_VERSION = 1.7.0 ;
363+ MARKETING_VERSION = 1.7.1 ;
364364 OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
365365 PRODUCT_BUNDLE_IDENTIFIER = "com.mutinywallet.mutiny-test";
366366 PRODUCT_NAME = "$(TARGET_NAME)";
387387 INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.finance";
388388 IPHONEOS_DEPLOYMENT_TARGET = 14.0;
389389 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
390- MARKETING_VERSION = 1.7.0 ;
390+ MARKETING_VERSION = 1.7.1 ;
391391 PRODUCT_BUNDLE_IDENTIFIER = com.mutinywallet.mutiny;
392392 PRODUCT_NAME = "$(TARGET_NAME)";
393393 PROVISIONING_PROFILE_SPECIFIER = "";
Original file line number Diff line number Diff line change 11{
22 "name" : " mutiny-wallet" ,
3- "version" : " 1.7.0 " ,
3+ "version" : " 1.7.1 " ,
44 "license" : " MIT" ,
55 "packageManager" : " pnpm@8.6.6" ,
66 "scripts" : {
5555 "@capacitor/toast" : " ^6.0.0" ,
5656 "@kobalte/core" : " ^0.12.6" ,
5757 "@kobalte/tailwindcss" : " ^0.9.0" ,
58- "@mutinywallet/mutiny-wasm" : " 1.7.0 " ,
58+ "@mutinywallet/mutiny-wasm" : " 1.7.1 " ,
5959 "@modular-forms/solid" : " ^0.20.0" ,
6060 "@solid-primitives/upload" : " ^0.0.117" ,
6161 "@solidjs/meta" : " ^0.29.3" ,
You can’t perform that action at this time.
0 commit comments