From 087b0b54195838aee4ec2e7050c33584a7f81293 Mon Sep 17 00:00:00 2001 From: kn0wmad <39687477+kn0wmad@users.noreply.github.com> Date: Fri, 29 Mar 2024 01:52:45 +0000 Subject: [PATCH] v060 update (#21) --- Dockerfile | 2 +- manifest.yaml | 7 ++----- scripts/procedures/migrations.ts | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 74443ab..e33d65f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM recksato/robosats-client:v0.5.3-alpha +FROM recksato/robosats-client:v0.6.0-alpha RUN apk add bash curl sudo tini wget yq; \ rm -f /var/cache/apk/* diff --git a/manifest.yaml b/manifest.yaml index 44c4195..eb4490c 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,11 +1,8 @@ id: robosats title: "RoboSats" -version: 0.5.3 +version: 0.6.0 release-notes: | - * Updated to v0.5.3-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.5.3-alpha) - * IMPORTANT: Versions previous to v0.5.1 will no longer be compatible - * Remove old naming conventions - * Remove redundant config option (replaced by Robot Garage in UI) + * Updated to v0.6.0-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.6.0-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 507a11a..13f172b 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.3" ); + .fromMapping({}, "0.6.0" );