mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-17 14:24:26 +01:00
Bump to v1.7.0
This commit is contained in:
committed by
Tony Giorgio
parent
e8b580d87d
commit
f14c615388
@@ -7,8 +7,8 @@ android {
|
||||
applicationId "com.mutinywallet.mutinywallet"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 61
|
||||
versionName "0.6.9"
|
||||
versionCode 62
|
||||
versionName "1.7.0"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
aaptOptions {
|
||||
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
|
||||
|
||||
@@ -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.6.9;
|
||||
MARKETING_VERSION = 1.7.0;
|
||||
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.6.9;
|
||||
MARKETING_VERSION = 1.7.0;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.mutinywallet.mutiny;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
"@capacitor/toast": "^6.0.0",
|
||||
"@kobalte/core": "^0.12.6",
|
||||
"@kobalte/tailwindcss": "^0.9.0",
|
||||
"@mutinywallet/mutiny-wasm": "1.7.0-rc2",
|
||||
"@mutinywallet/mutiny-wasm": "1.7.0",
|
||||
"@modular-forms/solid": "^0.20.0",
|
||||
"@solid-primitives/upload": "^0.0.117",
|
||||
"@solidjs/meta": "^0.29.3",
|
||||
|
||||
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
@@ -54,8 +54,8 @@ dependencies:
|
||||
specifier: ^0.20.0
|
||||
version: 0.20.0(solid-js@1.8.16)
|
||||
'@mutinywallet/mutiny-wasm':
|
||||
specifier: 1.7.0-rc2
|
||||
version: 1.7.0-rc2
|
||||
specifier: 1.7.0
|
||||
version: 1.7.0
|
||||
'@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.0-rc2:
|
||||
resolution: {integrity: sha512-5vhluH5n+IfA6q6k0P3q+UIbdvbvQ6JkLtZleLc0EAynFJlE9qPZztgUkgmMrhwhrJTLt1ZZfyf0MrZvphgKbw==}
|
||||
/@mutinywallet/mutiny-wasm@1.7.0:
|
||||
resolution: {integrity: sha512-rjR3A1vqYlHd2yAHHgZLf+6CcdHqiMtQUsesuwauf20Rcb7jJL7zxHONzpxSba28fBlUQo3AKx+9jCtEuzks1Q==}
|
||||
dev: false
|
||||
|
||||
/@nodelib/fs.scandir@2.1.5:
|
||||
|
||||
Reference in New Issue
Block a user