Skip to content

Commit

Permalink
Update 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Jan 5, 2024
1 parent df7ffd4 commit 3666df4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@

id: mutiny-wallet
title: "Mutiny Wallet"
version: 0.5.0
version: 0.5.1
release-notes: |
- 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
- Better address gap management
- 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
Expand Down
2 changes: 1 addition & 1 deletion mutiny-web
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.0");
export const migration: T.ExpectedExports.migration = compat.migrations.fromMapping({}, "0.5.1");

0 comments on commit 3666df4

Please sign in to comment.