Skip to content

Commit

Permalink
Bump to 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Jun 4, 2024
1 parent c7833cb commit b07424c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@

id: mutiny-wallet
title: "Mutiny Wallet"
version: 1.7.1
version: 1.7.4
release-notes: |
- On chain fedimint support
- Swapping between federations
- Improve performance
- New Translations for Italian, Chinese, and German
- Bug fixes
license: MIT
wrapper-repo: "https://github.com/benthecarman/mutiny-startos"
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({}, "1.7.1");
export const migration: T.ExpectedExports.migration = compat.migrations.fromMapping({}, "1.7.4");

0 comments on commit b07424c

Please sign in to comment.