mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-18 14:54:26 +01:00
bump to 0.4.38
This commit is contained in:
committed by
Tony Giorgio
parent
daf57b84bf
commit
d61f845e2e
@@ -7,8 +7,8 @@ android {
|
||||
applicationId "com.mutinywallet.mutinywallet"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 38
|
||||
versionName "0.4.37"
|
||||
versionCode 39
|
||||
versionName "0.4.38"
|
||||
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.4.37;
|
||||
MARKETING_VERSION = 1.4.38;
|
||||
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.4.37;
|
||||
MARKETING_VERSION = 1.4.38;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.mutinywallet.mutiny;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mutiny-wallet",
|
||||
"version": "0.4.37",
|
||||
"version": "0.4.38",
|
||||
"license": "MIT",
|
||||
"packageManager": "pnpm@8.6.6",
|
||||
"scripts": {
|
||||
@@ -55,7 +55,7 @@
|
||||
"@kobalte/core": "^0.9.8",
|
||||
"@kobalte/tailwindcss": "^0.5.0",
|
||||
"@modular-forms/solid": "^0.18.1",
|
||||
"@mutinywallet/mutiny-wasm": "0.4.37",
|
||||
"@mutinywallet/mutiny-wasm": "0.4.38",
|
||||
"@mutinywallet/waila-wasm": "^0.2.4",
|
||||
"@solid-primitives/upload": "^0.0.111",
|
||||
"@solid-primitives/websocket": "^1.2.0",
|
||||
|
||||
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
@@ -54,8 +54,8 @@ importers:
|
||||
specifier: ^0.18.1
|
||||
version: 0.18.1(solid-js@1.8.5)
|
||||
'@mutinywallet/mutiny-wasm':
|
||||
specifier: 0.4.37
|
||||
version: 0.4.37
|
||||
specifier: 0.4.38
|
||||
version: 0.4.38
|
||||
'@mutinywallet/waila-wasm':
|
||||
specifier: ^0.2.4
|
||||
version: 0.2.4
|
||||
@@ -2584,8 +2584,8 @@ packages:
|
||||
solid-js: 1.8.5
|
||||
dev: false
|
||||
|
||||
/@mutinywallet/mutiny-wasm@0.4.37:
|
||||
resolution: {integrity: sha512-pXYL+WcLcueSSkvbYCpezuT7PYt6/F88d3ZjlOpqC4nY4RNfCn8h6FmXzFVvLkTtk1knzpSQtJurqK9UEggYsQ==}
|
||||
/@mutinywallet/mutiny-wasm@0.4.38:
|
||||
resolution: {integrity: sha512-OaYwKLYwKYT0QrjNhn1muKWTIH0TVTjiBeWTLuwepabSJbAZ+hCxuPXxDiXzYJArLm9Xvvmq3RVjDktdt0jOwA==}
|
||||
dev: false
|
||||
|
||||
/@mutinywallet/waila-wasm@0.2.4:
|
||||
|
||||
Reference in New Issue
Block a user