Skip to content

Commit

Permalink
Bump to v0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Apr 29, 2024
1 parent 875b465 commit 7edbe63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -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"
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.5");
export const migration: T.ExpectedExports.migration = compat.migrations.fromMapping({}, "0.6.8");

0 comments on commit 7edbe63

Please sign in to comment.