Bump 0.4.10

This commit is contained in:
Tony Giorgio
2023-08-10 11:51:18 -05:00
committed by Tony Giorgio
parent 11eb576934
commit a6d5589999
4 changed files with 9 additions and 8 deletions

View File

@@ -7,8 +7,8 @@ android {
applicationId "com.mutinywallet.mutinywallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 6
versionName "0.4.9-1"
versionCode 7
versionName "0.4.10-1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

View File

@@ -1,6 +1,6 @@
{
"name": "mutiny-wallet",
"version": "0.4.9",
"version": "0.4.10",
"license": "MIT",
"packageManager": "pnpm@8.3.1",
"scripts": {
@@ -47,7 +47,7 @@
"@kobalte/tailwindcss": "^0.5.0",
"@modular-forms/solid": "^0.18.1",
"@mutinywallet/barcode-scanner": "5.0.0-beta.3",
"@mutinywallet/mutiny-wasm": "0.4.9",
"@mutinywallet/mutiny-wasm": "0.4.10",
"@mutinywallet/waila-wasm": "^0.2.1",
"@solid-primitives/upload": "^0.0.111",
"@thisbeyond/solid-select": "^0.14.0",

8
pnpm-lock.yaml generated
View File

@@ -23,8 +23,8 @@ dependencies:
specifier: 5.0.0-beta.3
version: 5.0.0-beta.3(@capacitor/core@5.2.2)
'@mutinywallet/mutiny-wasm':
specifier: 0.4.9
version: 0.4.9
specifier: 0.4.10
version: 0.4.10
'@mutinywallet/waila-wasm':
specifier: ^0.2.1
version: 0.2.1
@@ -2075,8 +2075,8 @@ packages:
'@capacitor/core': 5.2.2
dev: false
/@mutinywallet/mutiny-wasm@0.4.9:
resolution: {integrity: sha512-ifq0Z0i1FlfbEO/PHq0Vsx/WlA7gDkABD45mfuV4w4VIWe47g7rIm9Ha7xOvPFN4iJYzBc4+G56rKcHJM5KP+A==}
/@mutinywallet/mutiny-wasm@0.4.10:
resolution: {integrity: sha512-QK301d/jEO7j6GhhJevxBCT5zvcUbpxgtiGpg46/C/3zFn5gdkR/S5u7NvNk9ggGevvOoKGtRBccf1oEC2Aifg==}
dev: false
/@mutinywallet/waila-wasm@0.2.1:

View File

@@ -496,6 +496,7 @@ export default function Send() {
firstNode,
lnurlp()!,
amountSats(),
undefined, // zap_npub
tags
);