Skip to content

Commit

Permalink
Update tag to v0.9.13.1 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
gStart9 authored Apr 20, 2023
1 parent 80388a5 commit 0b9b21e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
id: electrs
title: "electrs"
version: 0.9.13
version: 0.9.13.1
release-notes: |
* Update electrs-wrapper tag to v0.9.13.1
* Update upstream electrs to [v0.9.13](https://github.com/romanz/electrs/blob/master/RELEASE-NOTES.md#0913-mar-31-2023)
license: mit
wrapper-repo: "https://github.com/Start9Labs/electrs-wrapper"
Expand Down
2 changes: 1 addition & 1 deletion scripts/services/migrations.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { compat, types as T } from "../deps.ts";

export const migration: T.ExpectedExports.migration = compat.migrations
.fromMapping( {}, "0.9.13" );
.fromMapping( {}, "0.9.13.1" );

0 comments on commit 0b9b21e

Please sign in to comment.