From 3666df4439a0ebdb9f711845ef93a39d727ad8df Mon Sep 17 00:00:00 2001 From: benthecarman Date: Fri, 5 Jan 2024 14:26:07 -0600 Subject: [PATCH] Update 0.5.1 --- manifest.yaml | 3 ++- mutiny-web | 2 +- scripts/procedures/migrations.ts | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.yaml b/manifest.yaml index 9da70ea..289ce52 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,13 +1,14 @@ id: mutiny-wallet title: "Mutiny Wallet" -version: 0.5.0 +version: 0.5.1 release-notes: | - Experimental support for Fedimint - Experimental support for Multiple LSPs using the LSPS spec - Increase on-chain gap limit when resyncing - Better multi-device support - Removed unused redshifts page + - Better address gap management - Bug fix: Fix issue where nostr contacts would not be able to sync - Bug fix: Fix issue with gifting not working on self-hosted instances license: MIT diff --git a/mutiny-web b/mutiny-web index 0679c18..f5e693a 160000 --- a/mutiny-web +++ b/mutiny-web @@ -1 +1 @@ -Subproject commit 0679c18442a5c142b770edd4d072798ff52aeb04 +Subproject commit f5e693a221578ec425a76cab9329670a30017b6d diff --git a/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index 864c9dc..5987a03 100644 --- a/scripts/procedures/migrations.ts +++ b/scripts/procedures/migrations.ts @@ -1,3 +1,3 @@ import { compat, types as T } from "../deps.ts"; -export const migration: T.ExpectedExports.migration = compat.migrations.fromMapping({}, "0.5.0"); +export const migration: T.ExpectedExports.migration = compat.migrations.fromMapping({}, "0.5.1");