Skip to content

Commit

Permalink
Bump to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Apr 17, 2024
1 parent 41c14b1 commit e4fe822
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion scripts/procedures/migrations.ts
Original file line number Diff line number Diff line change
@@ -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");

0 comments on commit e4fe822

Please sign in to comment.