From b07424c960f133ad6481515778a8f38167dc6470 Mon Sep 17 00:00:00 2001 From: benthecarman Date: Tue, 4 Jun 2024 15:31:32 -0500 Subject: [PATCH] Bump to 1.7.4 --- 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 23c7378..2a9ad9d 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,11 +1,9 @@ id: mutiny-wallet title: "Mutiny Wallet" -version: 1.7.1 +version: 1.7.4 release-notes: | - - On chain fedimint support - - Swapping between federations - - Improve performance + - New Translations for Italian, Chinese, and German - Bug fixes license: MIT wrapper-repo: "https://github.com/benthecarman/mutiny-startos" diff --git a/mutiny-web b/mutiny-web index fc6f3e0..b098689 160000 --- a/mutiny-web +++ b/mutiny-web @@ -1 +1 @@ -Subproject commit fc6f3e05520e2a10f491be655fedd178885d3fd0 +Subproject commit b0986895a51e3ccdd944c7c83565041126121b99 diff --git a/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index 5e2403b..3f0bb9e 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.1"); +export const migration: T.ExpectedExports.migration = compat.migrations.fromMapping({}, "1.7.4");