Bump to v0.5.2

This commit is contained in:
Tony Giorgio
2024-01-09 20:18:06 -06:00
committed by Paul Miller
parent a051545d2d
commit b820ee3dea
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 43
versionName "0.5.1"
versionCode 44
versionName "0.5.2"
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.5.0;
MARKETING_VERSION = 1.5.2;
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.0;
MARKETING_VERSION = 1.5.2;
PRODUCT_BUNDLE_IDENTIFIER = com.mutinywallet.mutiny;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";

View File

@@ -1,6 +1,6 @@
{
"name": "mutiny-wallet",
"version": "0.5.1",
"version": "0.5.2",
"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.5.1",
"@mutinywallet/mutiny-wasm": "0.5.2",
"@mutinywallet/waila-wasm": "^0.2.6",
"@solid-primitives/upload": "^0.0.111",
"@solid-primitives/websocket": "^1.2.0",

8
pnpm-lock.yaml generated
View File

@@ -54,8 +54,8 @@ importers:
specifier: ^0.18.1
version: 0.18.1(solid-js@1.8.5)
'@mutinywallet/mutiny-wasm':
specifier: 0.5.1
version: 0.5.1
specifier: 0.5.2
version: 0.5.2
'@mutinywallet/waila-wasm':
specifier: ^0.2.6
version: 0.2.6
@@ -2584,8 +2584,8 @@ packages:
solid-js: 1.8.5
dev: false
/@mutinywallet/mutiny-wasm@0.5.1:
resolution: {integrity: sha512-BEx2EsNtJdUV2rt/dMXkhemllKrQH3aNFXc0EcL2Q0ADZWLA3I12nOwkcxsYQV0sVCjUt+zMs6jjjfcexdab/Q==}
/@mutinywallet/mutiny-wasm@0.5.2:
resolution: {integrity: sha512-81wMXeE44HkO3B4h97DwoixM7tmgZIRhVdgvi7aTlNg3GxshjsSAMNw9ehU2osO1niTHFRdgwGCvGsFPLBdSSA==}
dev: false
/@mutinywallet/waila-wasm@0.2.6: