diff --git a/android/app/build.gradle b/android/app/build.gradle index 9dcdafa..c8e3f6b 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.mutinywallet.mutinywallet" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 8 - versionName "0.4.11-1" + versionCode 9 + versionName "0.4.12-1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. diff --git a/package.json b/package.json index 85d7d7c..a6e683e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mutiny-wallet", - "version": "0.4.11", + "version": "0.4.12", "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.11", + "@mutinywallet/mutiny-wasm": "0.4.12", "@mutinywallet/waila-wasm": "^0.2.1", "@solid-primitives/upload": "^0.0.111", "@thisbeyond/solid-select": "^0.14.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b33fe0e..1bdbe82 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,5 +1,9 @@ lockfileVersion: '6.0' +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + dependencies: '@capacitor/android': specifier: ^5.2.2 @@ -23,8 +27,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.11 - version: 0.4.11 + specifier: 0.4.12 + version: 0.4.12 '@mutinywallet/waila-wasm': specifier: ^0.2.1 version: 0.2.1 @@ -2075,8 +2079,8 @@ packages: '@capacitor/core': 5.2.2 dev: false - /@mutinywallet/mutiny-wasm@0.4.11: - resolution: {integrity: sha512-H/MQnwqBhtodJC7HbNWXvYWoUjCnu1pLcGKfJ3F5XwcNgx3LrvWzrB9oHngMSgyEx3x12BFd3Cl/hyoWIG+r8g==} + /@mutinywallet/mutiny-wasm@0.4.12: + resolution: {integrity: sha512-2PmIsRMDNHM6VikSj1PR9utHtIbHGYCSDtbZ0MpRcc3p8oCLDr7AXTPmE8vJ+5jOqZ3t/hP6NMXB7GI5rJdbrw==} dev: false /@mutinywallet/waila-wasm@0.2.1: @@ -8119,7 +8123,3 @@ packages: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} dev: true - -settings: - autoInstallPeers: true - excludeLinksFromLockfile: false