diff --git a/manifest.yaml b/manifest.yaml index 52acea8..223a12b 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,9 +1,11 @@ id: mutiny-wallet title: "Mutiny Wallet" -version: 0.6.1 +version: 0.6.3 release-notes: | - - New social design! Read about it here: https://blog.mutinywallet.com/mutiny-new-design-people-oriented/ + - Bug fixes + - Improved performance + - Update to fedimint v0.3.0 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 678516a..025f0d5 160000 --- a/mutiny-web +++ b/mutiny-web @@ -1 +1 @@ -Subproject commit 678516a2bc1f66a1eaa3be38967be9da6d3eff4b +Subproject commit 025f0d5f60b4e4df076ab2172d54befb517b736a diff --git a/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index 11fc0d7..679b194 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.6.1"); +export const migration: T.ExpectedExports.migration = compat.migrations.fromMapping({}, "0.6.3");