From f5769c6f17f8f080ff6487f259e57efe5294257d Mon Sep 17 00:00:00 2001 From: kn0wmad Date: Tue, 11 Apr 2023 15:19:10 -0600 Subject: [PATCH] Bump version/release notes for donation address --- manifest.yaml | 3 ++- scripts/procedures/migrations.ts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.yaml b/manifest.yaml index 277a5e0..1171204 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -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" diff --git a/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index 8d5006c..e2b9675 100644 --- a/scripts/procedures/migrations.ts +++ b/scripts/procedures/migrations.ts @@ -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" );