Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Commit 4d3ecdc

Browse files
Bump to v0.5.7
1 parent 5dde1ff commit 4d3ecdc

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.mutinywallet.mutinywallet"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 47
11-
versionName "0.5.6"
10+
versionCode 48
11+
versionName "0.5.7"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
aaptOptions {
1414
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

ios/App/App.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@
360360
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.finance";
361361
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
362362
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
363-
MARKETING_VERSION = 1.5.6;
363+
MARKETING_VERSION = 1.5.7;
364364
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
365365
PRODUCT_BUNDLE_IDENTIFIER = com.mutinywallet.mutiny;
366366
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -387,7 +387,7 @@
387387
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.finance";
388388
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
389389
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
390-
MARKETING_VERSION = 1.5.6;
390+
MARKETING_VERSION = 1.5.7;
391391
PRODUCT_BUNDLE_IDENTIFIER = com.mutinywallet.mutiny;
392392
PRODUCT_NAME = "$(TARGET_NAME)";
393393
PROVISIONING_PROFILE_SPECIFIER = "";

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mutiny-wallet",
3-
"version": "0.5.6",
3+
"version": "0.5.7",
44
"license": "MIT",
55
"packageManager": "[email protected]",
66
"scripts": {
@@ -55,7 +55,7 @@
5555
"@kobalte/core": "^0.9.8",
5656
"@kobalte/tailwindcss": "^0.5.0",
5757
"@modular-forms/solid": "^0.18.1",
58-
"@mutinywallet/mutiny-wasm": "0.5.6",
58+
"@mutinywallet/mutiny-wasm": "0.5.7",
5959
"@mutinywallet/waila-wasm": "^0.2.6",
6060
"@solid-primitives/upload": "^0.0.111",
6161
"@solidjs/meta": "^0.29.1",

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)