diff --git a/manifest.yaml b/manifest.yaml index 0f32049..66013ff 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,12 +1,11 @@ id: mutiny-wallet title: "Mutiny Wallet" -version: 0.5.3 +version: 0.5.5 release-notes: | - - New Send UI! - - Improved bitcoin price api, more currencies added - - Bug fixes with lightning connectivity - - Bug fixes with syncing nostr contacts + - Migrates fedimint storage, if you have a fedimint balance currently, please withdraw the funds first. Lightning is unaffected. + - Optimizations to nostr contact syncing & send page + - Better handling of expired invoices 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 24a4ea5..d9ada68 160000 --- a/mutiny-web +++ b/mutiny-web @@ -1 +1 @@ -Subproject commit 24a4ea5a4d385e7585003489ea194944cfbf09c5 +Subproject commit d9ada684fac0e6172714a45a344aa845ae2a530c diff --git a/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index 56f7d33..18552b7 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.3"); +export const migration: T.ExpectedExports.migration = compat.migrations.fromMapping({}, "0.5.5");