Bump version/release notes for donation address

This commit is contained in:
kn0wmad
2023-04-11 15:19:10 -06:00
parent bf4f47850d
commit f5769c6f17
2 changed files with 3 additions and 2 deletions

View File

@ -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"

View File

@ -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" );