Skip to content

Commit

Permalink
v0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Jan 26, 2024
1 parent d6113d8 commit b1b9a84
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion scripts/procedures/migrations.ts
Original file line number Diff line number Diff line change
@@ -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");

0 comments on commit b1b9a84

Please sign in to comment.