diff --git a/manifest.yaml b/manifest.yaml index 66013ff..ca8fca3 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,11 +1,12 @@ id: mutiny-wallet title: "Mutiny Wallet" -version: 0.5.5 +version: 0.5.7 release-notes: | - - 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 + - Versions before 0.5.5: Migrates fedimint storage, if you have a fedimint balance currently, please withdraw the funds first. Lightning is unaffected. + - Adds sending payjoin support + - Improvements to NWC handling + - Better warnings for hodl 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 d9ada68..4d3ecdc 160000 --- a/mutiny-web +++ b/mutiny-web @@ -1 +1 @@ -Subproject commit d9ada684fac0e6172714a45a344aa845ae2a530c +Subproject commit 4d3ecdcc875ab922cb68b983619fcfbea63529f8 diff --git a/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index 18552b7..b4e7d34 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.5"); +export const migration: T.ExpectedExports.migration = compat.migrations.fromMapping({}, "0.5.7");