Skip to content

Commit

Permalink
Bump version/release notes for donation address
Browse files Browse the repository at this point in the history
  • Loading branch information
kn0wmad committed Apr 11, 2023
1 parent bf4f478 commit f5769c6
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,8 +1,9 @@
id: robosats
title: "RoboSats"
version: 0.4.3
version: 0.4.3.1
release-notes: |
* Updated to v0.4.3-alpha [Release Notes](https://github.com/Reckless-Satoshi/robosats/releases/tag/v0.4.3-alpha)
* Added Donation Link for RoboSats team
license: mit
wrapper-repo: "https://github.com/kn0wmad/robosats-wrapper"
upstream-repo: "https://github.com/Reckless-Satoshi/robosats"
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({}, "0.4.3" );
.fromMapping({}, "0.4.3.1" );

0 comments on commit f5769c6

Please sign in to comment.