From 3180a64009ec14f4981386cd61c66c0f0a05ec10 Mon Sep 17 00:00:00 2001 From: benthecarman Date: Fri, 29 Dec 2023 15:28:53 -0600 Subject: [PATCH] Bump to v0.5.0 --- manifest.yaml | 12 ++++++++---- mutiny-web | 2 +- scripts/procedures/migrations.ts | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/manifest.yaml b/manifest.yaml index 5151eb8..9da70ea 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,11 +1,15 @@ id: mutiny-wallet title: "Mutiny Wallet" -version: 0.4.39-1 +version: 0.5.0 release-notes: | - - Dynamic Channel Fees, setting up your channels should be cheaper now - - General backend improvements - - Bug fixes + - 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 + - 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 wrapper-repo: "https://github.com/benthecarman/mutiny-startos" upstream-repo: "https://github.com/MutinyWallet/mutiny-web" diff --git a/mutiny-web b/mutiny-web index 3629627..0679c18 160000 --- a/mutiny-web +++ b/mutiny-web @@ -1 +1 @@ -Subproject commit 36296271f48a936efd1e5383ca6bd676fd3809a8 +Subproject commit 0679c18442a5c142b770edd4d072798ff52aeb04 diff --git a/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index e3f033a..864c9dc 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.4.39-1"); +export const migration: T.ExpectedExports.migration = compat.migrations.fromMapping({}, "0.5.0");