From 241b53ebd8d58658f687f0fde110480fd349e631 Mon Sep 17 00:00:00 2001 From: benthecarman Date: Tue, 2 Apr 2024 23:01:24 -0500 Subject: [PATCH] Update 0.6.1 --- manifest.yaml | 6 ++---- mutiny-web | 2 +- scripts/procedures/migrations.ts | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/manifest.yaml b/manifest.yaml index 18a93c3..52acea8 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -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" diff --git a/mutiny-web b/mutiny-web index 2738456..678516a 160000 --- a/mutiny-web +++ b/mutiny-web @@ -1 +1 @@ -Subproject commit 27384560030dc9e9e7ab51276abb7a0b0e94b602 +Subproject commit 678516a2bc1f66a1eaa3be38967be9da6d3eff4b diff --git a/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index ab0bda0..11fc0d7 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.10"); +export const migration: T.ExpectedExports.migration = compat.migrations.fromMapping({}, "0.6.1");