From 7edbe6318a29767a1be1e6d76678e53d59d28e8b Mon Sep 17 00:00:00 2001 From: benthecarman Date: Mon, 29 Apr 2024 12:53:47 -0500 Subject: [PATCH] Bump to v0.6.8 --- manifest.yaml | 4 ++-- mutiny-web | 2 +- scripts/procedures/migrations.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.yaml b/manifest.yaml index bf43da0..efbd49d 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,10 +1,10 @@ id: mutiny-wallet title: "Mutiny Wallet" -version: 0.6.5 +version: 0.6.8 release-notes: | + - Improve performance - Bug fixes - - Better DM handling 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 dc239c1..bca3baa 160000 --- a/mutiny-web +++ b/mutiny-web @@ -1 +1 @@ -Subproject commit dc239c1a47c2076e00c4f6c4f9f0aae810705802 +Subproject commit bca3baae32163fe78deb72882fbe484f5022d641 diff --git a/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index 44588f4..bbb0bbc 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.5"); +export const migration: T.ExpectedExports.migration = compat.migrations.fromMapping({}, "0.6.8");