Skip to content

Commit

Permalink
Update to 1.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Jul 10, 2024
1 parent 9def63f commit 991ba04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

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

0 comments on commit 991ba04

Please sign in to comment.