Skip to content

Commit

Permalink
Update to v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Jan 22, 2024
1 parent 7a8ffd5 commit d6113d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -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"
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.3");
export const migration: T.ExpectedExports.migration = compat.migrations.fromMapping({}, "0.5.5");

0 comments on commit d6113d8

Please sign in to comment.