mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-02-09 16:24:25 +01:00
update to rc2
This commit is contained in:
@@ -8,7 +8,7 @@ android {
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 50
|
||||
versionName "0.5.9"
|
||||
versionName "0.6.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.5.9;
|
||||
MARKETING_VERSION = 1.6.0;
|
||||
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.mutinywallet.mutiny;
|
||||
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.5.9;
|
||||
MARKETING_VERSION = 1.6.0;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.mutinywallet.mutiny;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mutiny-wallet",
|
||||
"version": "0.5.9",
|
||||
"version": "0.6.0-rc2",
|
||||
"license": "MIT",
|
||||
"packageManager": "pnpm@8.6.6",
|
||||
"scripts": {
|
||||
@@ -58,8 +58,7 @@
|
||||
"@kobalte/core": "^0.9.8",
|
||||
"@kobalte/tailwindcss": "^0.5.0",
|
||||
"@modular-forms/solid": "^0.18.1",
|
||||
"@mutinywallet/mutiny-wasm": "0.5.9",
|
||||
"@mutinywallet/waila-wasm": "^0.2.6",
|
||||
"@mutinywallet/mutiny-wasm": "0.6.0-rc2",
|
||||
"@solid-primitives/upload": "^0.0.111",
|
||||
"@solidjs/meta": "^0.29.1",
|
||||
"@solidjs/router": "^0.9.0",
|
||||
|
||||
15
pnpm-lock.yaml
generated
15
pnpm-lock.yaml
generated
@@ -54,11 +54,8 @@ importers:
|
||||
specifier: ^0.18.1
|
||||
version: 0.18.1(solid-js@1.8.5)
|
||||
'@mutinywallet/mutiny-wasm':
|
||||
specifier: 0.5.9
|
||||
version: 0.5.9
|
||||
'@mutinywallet/waila-wasm':
|
||||
specifier: ^0.2.6
|
||||
version: 0.2.6
|
||||
specifier: 0.6.0-rc2
|
||||
version: 0.6.0-rc2
|
||||
'@solid-primitives/upload':
|
||||
specifier: ^0.0.111
|
||||
version: 0.0.111(solid-js@1.8.5)
|
||||
@@ -2573,12 +2570,8 @@ packages:
|
||||
solid-js: 1.8.5
|
||||
dev: false
|
||||
|
||||
/@mutinywallet/mutiny-wasm@0.5.9:
|
||||
resolution: {integrity: sha512-skSSpMprn/iA6Zsk092S1UVCkgjaCfXZXdvzVahFLDDS/89GtxyHtSsY64Oy3KFCULB6X+UfFp9nRFHtWA7sIw==}
|
||||
dev: false
|
||||
|
||||
/@mutinywallet/waila-wasm@0.2.6:
|
||||
resolution: {integrity: sha512-qiyhaWX/zDKuh23VXIzeWGlmXne9IdRIx+ldGdse15JwEiC97OjATXMECX3Xo0tc3RTOo50cKyMlouKKRbLYpQ==}
|
||||
/@mutinywallet/mutiny-wasm@0.6.0-rc2:
|
||||
resolution: {integrity: sha512-6Dw2kJac3F7/26BjXmNSUAguStinEqdR9vwgQDQeJVEPu3sJkl4y7+aPhfuBYhMijO4avL/vkwKVcA4ISXPFkA==}
|
||||
dev: false
|
||||
|
||||
/@ndelangen/get-tarball@3.0.9:
|
||||
|
||||
Reference in New Issue
Block a user