mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-17 06:14:21 +01:00
Bump to v1.7.13
This commit is contained in:
committed by
Tony Giorgio
parent
b4c34070a5
commit
06dbff8fda
@@ -7,8 +7,8 @@ android {
|
||||
applicationId "com.mutinywallet.mutinywallet"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 73
|
||||
versionName "1.7.12"
|
||||
versionCode 74
|
||||
versionName "1.7.13"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
aaptOptions {
|
||||
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
|
||||
|
||||
@@ -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.7.12;
|
||||
MARKETING_VERSION = 1.7.13;
|
||||
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "com.mutinywallet.mutiny-test";
|
||||
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.7.12;
|
||||
MARKETING_VERSION = 1.7.13;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.mutinywallet.mutiny;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mutiny-wallet",
|
||||
"version": "1.7.12",
|
||||
"version": "1.7.13",
|
||||
"license": "MIT",
|
||||
"packageManager": "pnpm@8.6.6",
|
||||
"scripts": {
|
||||
@@ -56,7 +56,7 @@
|
||||
"@kobalte/core": "^0.12.6",
|
||||
"@kobalte/tailwindcss": "^0.9.0",
|
||||
"@modular-forms/solid": "^0.20.0",
|
||||
"@mutinywallet/mutiny-wasm": "1.7.11",
|
||||
"@mutinywallet/mutiny-wasm": "1.7.12",
|
||||
"@sentry/browser": "^8.7.0",
|
||||
"@sentry/vite-plugin": "^2.18.0",
|
||||
"@solid-primitives/upload": "^0.0.117",
|
||||
|
||||
9
pnpm-lock.yaml
generated
9
pnpm-lock.yaml
generated
@@ -54,8 +54,8 @@ dependencies:
|
||||
specifier: ^0.20.0
|
||||
version: 0.20.0(solid-js@1.8.16)
|
||||
'@mutinywallet/mutiny-wasm':
|
||||
specifier: 1.7.11
|
||||
version: 1.7.11
|
||||
specifier: 1.7.12
|
||||
version: 1.7.12
|
||||
'@sentry/browser':
|
||||
specifier: ^8.7.0
|
||||
version: 8.7.0
|
||||
@@ -2177,8 +2177,8 @@ packages:
|
||||
solid-js: 1.8.16
|
||||
dev: false
|
||||
|
||||
/@mutinywallet/mutiny-wasm@1.7.11:
|
||||
resolution: {integrity: sha512-fHVPUbwMGxmTWJVfyLmdEUsNAGzYD6bi6D8bgMuRLq6gvw8Uq/KNImiZnj3fU4Fb/siYRlLMJa+uyB5wJrvXkQ==}
|
||||
/@mutinywallet/mutiny-wasm@1.7.12:
|
||||
resolution: {integrity: sha512-FbYZXkWb4R3PAzLI0k+w5c16G4pY33uIyFcp3FErM0xxU5OLRmZXz6DPZtCWVzrVkvXAZmceBHu4pYaELhv84w==}
|
||||
dev: false
|
||||
|
||||
/@nodelib/fs.scandir@2.1.5:
|
||||
@@ -7854,6 +7854,7 @@ packages:
|
||||
|
||||
/workbox-google-analytics@7.0.0:
|
||||
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:
|
||||
workbox-background-sync: 7.0.0
|
||||
workbox-core: 7.0.0
|
||||
|
||||
Reference in New Issue
Block a user