Bump to v1.7.11

This commit is contained in:
Tony Giorgio
2024-07-01 17:59:59 -05:00
committed by benthecarman
parent 1969a398ed
commit 8fcebfadb6
4 changed files with 10 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 71 versionCode 72
versionName "1.7.10" versionName "1.7.11"
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.7.10; MARKETING_VERSION = 1.7.11;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\""; OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = "com.mutinywallet.mutiny-test"; PRODUCT_BUNDLE_IDENTIFIER = "com.mutinywallet.mutiny-test";
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.7.10; MARKETING_VERSION = 1.7.11;
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": "1.7.10", "version": "1.7.11",
"license": "MIT", "license": "MIT",
"packageManager": "pnpm@8.6.6", "packageManager": "pnpm@8.6.6",
"scripts": { "scripts": {
@@ -56,7 +56,7 @@
"@kobalte/core": "^0.12.6", "@kobalte/core": "^0.12.6",
"@kobalte/tailwindcss": "^0.9.0", "@kobalte/tailwindcss": "^0.9.0",
"@modular-forms/solid": "^0.20.0", "@modular-forms/solid": "^0.20.0",
"@mutinywallet/mutiny-wasm": "1.7.9", "@mutinywallet/mutiny-wasm": "1.7.10",
"@sentry/browser": "^8.7.0", "@sentry/browser": "^8.7.0",
"@sentry/vite-plugin": "^2.18.0", "@sentry/vite-plugin": "^2.18.0",
"@solid-primitives/upload": "^0.0.117", "@solid-primitives/upload": "^0.0.117",

8
pnpm-lock.yaml generated
View File

@@ -54,8 +54,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: 1.7.9 specifier: 1.7.10
version: 1.7.9 version: 1.7.10
'@sentry/browser': '@sentry/browser':
specifier: ^8.7.0 specifier: ^8.7.0
version: 8.7.0 version: 8.7.0
@@ -2177,8 +2177,8 @@ packages:
solid-js: 1.8.16 solid-js: 1.8.16
dev: false dev: false
/@mutinywallet/mutiny-wasm@1.7.9: /@mutinywallet/mutiny-wasm@1.7.10:
resolution: {integrity: sha512-MO6D4ZkJyEfTjEe2ZJVuDkQ+C+jpo1w2msDFNCqnV3B6sUSomkTwVvQPJA++D/WFqrgRiDJTKJPNkKEozOnx9g==} resolution: {integrity: sha512-jWL70psg50CrdSO4t78rNo5MkYW2W4dgXkbWqVJ8+PojojrN9m0wCfYELByEQuWWVaytfJXJZAR5yFzPZ/9eqw==}
dev: false dev: false
/@nodelib/fs.scandir@2.1.5: /@nodelib/fs.scandir@2.1.5: