Skip to content

Commit

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

id: mutiny-wallet
title: "Mutiny Wallet"
version: 0.5.10
version: 0.6.1
release-notes: |
- 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
- New social design! Read about it here: https://blog.mutinywallet.com/mutiny-new-design-people-oriented/
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 mutiny-web
Submodule mutiny-web updated 197 files
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.10");
export const migration: T.ExpectedExports.migration = compat.migrations.fromMapping({}, "0.6.1");

0 comments on commit 241b53e

Please sign in to comment.