Bump v0.6.5

This commit is contained in:
Tony Giorgio
2024-04-16 10:47:55 -05:00
committed by Tony Giorgio
parent c0b9d3ad3a
commit dc239c1a47
4 changed files with 11 additions and 10 deletions

View File

@@ -7,8 +7,8 @@ android {
applicationId "com.mutinywallet.mutinywallet" applicationId "com.mutinywallet.mutinywallet"
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 56 versionCode 57
versionName "0.6.4" versionName "0.6.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions { aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. // 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"; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.finance";
IPHONEOS_DEPLOYMENT_TARGET = 14.0; IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.6.4; MARKETING_VERSION = 1.6.5;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\""; OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = com.mutinywallet.mutiny; PRODUCT_BUNDLE_IDENTIFIER = com.mutinywallet.mutiny;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
@@ -387,7 +387,7 @@
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.finance"; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.finance";
IPHONEOS_DEPLOYMENT_TARGET = 14.0; IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.6.4; MARKETING_VERSION = 1.6.5;
PRODUCT_BUNDLE_IDENTIFIER = com.mutinywallet.mutiny; PRODUCT_BUNDLE_IDENTIFIER = com.mutinywallet.mutiny;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = ""; PROVISIONING_PROFILE_SPECIFIER = "";

View File

@@ -1,6 +1,6 @@
{ {
"name": "mutiny-wallet", "name": "mutiny-wallet",
"version": "0.6.4", "version": "0.6.5",
"license": "MIT", "license": "MIT",
"packageManager": "pnpm@8.6.6", "packageManager": "pnpm@8.6.6",
"scripts": { "scripts": {
@@ -54,7 +54,7 @@
"@capacitor/toast": "^5.0.6", "@capacitor/toast": "^5.0.6",
"@kobalte/core": "^0.12.6", "@kobalte/core": "^0.12.6",
"@kobalte/tailwindcss": "^0.9.0", "@kobalte/tailwindcss": "^0.9.0",
"@mutinywallet/mutiny-wasm": "0.6.4", "@mutinywallet/mutiny-wasm": "0.6.5",
"@modular-forms/solid": "^0.20.0", "@modular-forms/solid": "^0.20.0",
"@solid-primitives/upload": "^0.0.117", "@solid-primitives/upload": "^0.0.117",
"@solidjs/meta": "^0.29.3", "@solidjs/meta": "^0.29.3",

9
pnpm-lock.yaml generated
View File

@@ -51,8 +51,8 @@ dependencies:
specifier: ^0.20.0 specifier: ^0.20.0
version: 0.20.0(solid-js@1.8.16) version: 0.20.0(solid-js@1.8.16)
'@mutinywallet/mutiny-wasm': '@mutinywallet/mutiny-wasm':
specifier: 0.6.4 specifier: 0.6.5
version: 0.6.4 version: 0.6.5
'@solid-primitives/upload': '@solid-primitives/upload':
specifier: ^0.0.117 specifier: ^0.0.117
version: 0.0.117(solid-js@1.8.16) version: 0.0.117(solid-js@1.8.16)
@@ -2085,8 +2085,8 @@ packages:
solid-js: 1.8.16 solid-js: 1.8.16
dev: false dev: false
/@mutinywallet/mutiny-wasm@0.6.4: /@mutinywallet/mutiny-wasm@0.6.5:
resolution: {integrity: sha512-fwHLZDdCAMkMv2sqipZ+77GZb2frNWUxeVpKDzUUvY42tf4hQtoWxGA6e7eo3tesD+NcdlDQojPilXWTAHBVOQ==} resolution: {integrity: sha512-aKB1UPFhW9WqMexQ6cRCH06Y3pEkXQrwGso39362UkHoTygzXthqmiyRsn5XrV4HNXNHU/lGzr1IaWlPzx/6zQ==}
dev: false dev: false
/@nodelib/fs.scandir@2.1.5: /@nodelib/fs.scandir@2.1.5:
@@ -7567,6 +7567,7 @@ packages:
/workbox-google-analytics@7.0.0: /workbox-google-analytics@7.0.0:
resolution: {integrity: sha512-MEYM1JTn/qiC3DbpvP2BVhyIH+dV/5BjHk756u9VbwuAhu0QHyKscTnisQuz21lfRpOwiS9z4XdqeVAKol0bzg==} resolution: {integrity: sha512-MEYM1JTn/qiC3DbpvP2BVhyIH+dV/5BjHk756u9VbwuAhu0QHyKscTnisQuz21lfRpOwiS9z4XdqeVAKol0bzg==}
deprecated: It is not compatible with newer versions of GA starting with v4, as long as you are using GAv3 it should be ok, but the package is not longer being maintained
dependencies: dependencies:
workbox-background-sync: 7.0.0 workbox-background-sync: 7.0.0
workbox-core: 7.0.0 workbox-core: 7.0.0