Skip to content

Commit

Permalink
Merge pull request #9 from remcoros/sparrow-1.8.4
Browse files Browse the repository at this point in the history
update to Sparrow 1.8.4
  • Loading branch information
remcoros committed Mar 7, 2024
2 parents b6b79a8 + 26b8a86 commit dfc1021
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SPARROW_VERSION := 1.8.3
SPARROW_DEBVERSION := 1.8.3-1
SPARROW_VERSION := 1.8.4
SPARROW_DEBVERSION := 1.8.4-1
SPARROW_PGP_SIG := E94618334C674B40
# sha256 hashes can be found in https://github.com/mikefarah/yq/releases/download/v4.40.7/checksums-bsd
YQ_VERSION := 4.40.7
Expand Down
4 changes: 2 additions & 2 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
id: sparrow-webtop
title: "Sparrow"
version: 1.8.3.1
version: 1.8.4.1
release-notes: |
* Update to Sparrow 1.8.3 - See [full changelog](https://github.com/sparrowwallet/sparrow/releases/tag/1.8.3)
* Update to Sparrow 1.8.4 - See [full changelog](https://github.com/sparrowwallet/sparrow/releases/tag/1.8.4)
license: GPLv3
wrapper-repo: "https://github.com/remcoros/sparrow-webtop-startos"
upstream-repo: "https://github.com/sparrowwallet/sparrow"
Expand Down
2 changes: 1 addition & 1 deletion scripts/procedures/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({}, "1.8.3.1" );
.fromMapping({}, "1.8.4.1" );

0 comments on commit dfc1021

Please sign in to comment.