Skip to content

Commit

Permalink
Update to v0.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Mar 8, 2024
1 parent 5fc454a commit 2f7a706
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

id: mutiny-wallet
title: "Mutiny Wallet"
version: 0.5.9
version: 0.5.10
release-notes: |
- Updated LDK & BDK (will resync on chain funds, give it a minute or two)
- Faster startup time
- Language switcher in settings
- Fixes some bugs in fedimint that prevented joining some federations.
- Fixes a rare race condition when creating a lightning node
- Updates lightning-liquidity to the alpha release
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.9");
export const migration: T.ExpectedExports.migration = compat.migrations.fromMapping({}, "0.5.10");

0 comments on commit 2f7a706

Please sign in to comment.