Skip to content

Commit

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

id: mutiny-wallet
title: "Mutiny Wallet"
version: 1.7.8
version: 1.7.11
release-notes: |
- Bug fixes to prevent force-closes and crashes
- Warnings about shutting down federations
- New LSP option
- Bug fixes
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({}, "1.7.8");
export const migration: T.ExpectedExports.migration = compat.migrations.fromMapping({}, "1.7.11");

0 comments on commit 552cd1e

Please sign in to comment.