From 2f7a706a5357f02b15b593476818576b11694dff Mon Sep 17 00:00:00 2001 From: benthecarman Date: Fri, 8 Mar 2024 21:29:46 +0000 Subject: [PATCH] Update to v0.5.10 --- manifest.yaml | 8 ++++---- mutiny-web | 2 +- scripts/procedures/migrations.ts | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/manifest.yaml b/manifest.yaml index 98619ef..18a93c3 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -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" diff --git a/mutiny-web b/mutiny-web index 1b3cb09..2738456 160000 --- a/mutiny-web +++ b/mutiny-web @@ -1 +1 @@ -Subproject commit 1b3cb09c655c26f2509e00f874de3a56d83ef35b +Subproject commit 27384560030dc9e9e7ab51276abb7a0b0e94b602 diff --git a/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index c61dcdf..ab0bda0 100644 --- a/scripts/procedures/migrations.ts +++ b/scripts/procedures/migrations.ts @@ -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");