Bump to v0.5.3

This commit is contained in:
benthecarman
2024-01-10 22:58:35 +00:00
committed by benthecarman
parent 9842ba2c83
commit a0722c5fa6
5 changed files with 12 additions and 11 deletions

View File

@@ -7,8 +7,8 @@ android {
applicationId "com.mutinywallet.mutinywallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 44
versionName "0.5.2"
versionCode 45
versionName "0.5.3"
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.2;
MARKETING_VERSION = 1.5.3;
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.2;
MARKETING_VERSION = 1.5.3;
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.2",
"version": "0.5.3",
"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.2",
"@mutinywallet/mutiny-wasm": "0.5.3",
"@mutinywallet/waila-wasm": "^0.2.6",
"@solid-primitives/upload": "^0.0.111",
"@solidjs/meta": "^0.29.1",

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.2
version: 0.5.2
specifier: 0.5.3
version: 0.5.3
'@mutinywallet/waila-wasm':
specifier: ^0.2.6
version: 0.2.6
@@ -2570,8 +2570,8 @@ packages:
solid-js: 1.8.5
dev: false
/@mutinywallet/mutiny-wasm@0.5.2:
resolution: {integrity: sha512-81wMXeE44HkO3B4h97DwoixM7tmgZIRhVdgvi7aTlNg3GxshjsSAMNw9ehU2osO1niTHFRdgwGCvGsFPLBdSSA==}
/@mutinywallet/mutiny-wasm@0.5.3:
resolution: {integrity: sha512-zbawC8rnKzRDw0uoMjdfzxtk89/Vfu/s+X+o5xPk69jZ5WjZFWBahBPJseJwB28+A1ZfNnHZQl+/brCkaDo+aA==}
dev: false
/@mutinywallet/waila-wasm@0.2.6:

View File

@@ -567,7 +567,8 @@ export function Send() {
lnurlp()!,
amountSats(),
undefined, // zap_npub
tags
tags,
undefined // comment
);
sentDetails.payment_hash = payment?.payment_hash;