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");