From fc34714068df9beb536e6d7ed1f989d7fe5e6b54 Mon Sep 17 00:00:00 2001 From: kn0wmad <39687477+kn0wmad@users.noreply.github.com> Date: Mon, 11 Sep 2023 21:20:28 +0000 Subject: [PATCH] Update/v0.5.2 (#16) * Update to latest upstream, edits for Alpine Linux, update references to StartOS * Update to latest upstream v0.5.2 --- Dockerfile | 2 +- manifest.yaml | 5 ++--- scripts/procedures/migrations.ts | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index ba4f5ec..5fff775 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM recksato/robosats-client:v0.5.1-alpha +FROM recksato/robosats-client:v0.5.2-alpha RUN apk add bash curl sudo tini wget yq; \ rm -f /var/cache/apk/* diff --git a/manifest.yaml b/manifest.yaml index e4a8647..dfd9d1c 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,9 +1,8 @@ id: robosats title: "RoboSats" -version: 0.5.1 +version: 0.5.2 release-notes: | - * Updated to v0.5.1-alpha [Release Notes](https://github.com/Reckless-Satoshi/robosats/releases/tag/v0.5.1-alpha) - * Updated to StartOS references + * Updated to v0.5.2-alpha [Release Notes](https://github.com/Reckless-Satoshi/robosats/releases/tag/v0.5.2-alpha) 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 30b2018..5c465a4 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.5.1" ); + .fromMapping({}, "0.5.2" );