From 552cd1ec685d31ed5f865ebfcc4f379a4e0fa4d1 Mon Sep 17 00:00:00 2001 From: benthecarman Date: Tue, 2 Jul 2024 13:25:01 -0500 Subject: [PATCH] Update to 1.7.11 --- manifest.yaml | 6 ++++-- mutiny-web | 2 +- scripts/procedures/migrations.ts | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/manifest.yaml b/manifest.yaml index 7cd0aa5..2ab8027 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,9 +1,11 @@ id: mutiny-wallet title: "Mutiny Wallet" -version: 1.7.8 +version: 1.7.11 release-notes: | - - Bug fixes to prevent force-closes and crashes + - Warnings about shutting down federations + - New LSP option + - Bug fixes 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 1379b4a..5bcfb55 160000 --- a/mutiny-web +++ b/mutiny-web @@ -1 +1 @@ -Subproject commit 1379b4a6d96489dc759769ec9de79501514036bc +Subproject commit 5bcfb550ca19ca72f585cb2732a241a199195cb8 diff --git a/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index e88b51e..b987485 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({}, "1.7.8"); +export const migration: T.ExpectedExports.migration = compat.migrations.fromMapping({}, "1.7.11");