From e4fe82218491799aa568f2c8d40df1143df6c977 Mon Sep 17 00:00:00 2001 From: benthecarman Date: Wed, 17 Apr 2024 10:10:23 -0500 Subject: [PATCH] Bump to 0.6.5 --- Dockerfile | 2 +- manifest.yaml | 5 ++--- mutiny-web | 2 +- scripts/procedures/migrations.ts | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 968a986..0c60031 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,7 @@ ARG VITE_RGS ARG VITE_AUTH ARG VITE_STORAGE="/_services/vss/v2" ARG VITE_SELFHOSTED="true" -ARG VITE_COMMIT_HASH="unknown" +ARG VITE_COMMIT_HASH="dc239c1a47c2076e00c4f6c4f9f0aae810705802" # Install dependencies RUN pnpm install --frozen-lockfile diff --git a/manifest.yaml b/manifest.yaml index 223a12b..bf43da0 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,11 +1,10 @@ id: mutiny-wallet title: "Mutiny Wallet" -version: 0.6.3 +version: 0.6.5 release-notes: | - Bug fixes - - Improved performance - - Update to fedimint v0.3.0 + - 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 025f0d5..dc239c1 160000 --- a/mutiny-web +++ b/mutiny-web @@ -1 +1 @@ -Subproject commit 025f0d5f60b4e4df076ab2172d54befb517b736a +Subproject commit dc239c1a47c2076e00c4f6c4f9f0aae810705802 diff --git a/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index 679b194..44588f4 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.3"); +export const migration: T.ExpectedExports.migration = compat.migrations.fromMapping({}, "0.6.5");