From 415289caf4f2b7d1ec7b56fbfc0262684799abf5 Mon Sep 17 00:00:00 2001 From: gStart9 Date: Sat, 19 Oct 2024 13:26:40 -0600 Subject: [PATCH] Update RoboSats-client to v0.7.1-alpha --- Dockerfile | 2 +- manifest.yaml | 4 ++-- scripts/procedures/migrations.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index d9a37ad..e3b5f3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM recksato/robosats-client:1ba8183 +FROM recksato/robosats-client:v0.7.1-alpha RUN apk add bash curl sudo tini wget yq; \ rm -f /var/cache/apk/* diff --git a/manifest.yaml b/manifest.yaml index 5cbbaba..9f8090d 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,8 +1,8 @@ id: robosats title: "RoboSats" -version: 0.7.0.1 +version: 0.7.1 release-notes: | - * Updated to RoboSats v0.7.0-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.7.0-alpha)(client+[patch 1ba8183](https://github.com/RoboSats/robosats/issues/1373#issuecomment-2345859784)) + * Updated to RoboSats v0.7.1-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.7.1-alpha) license: mit wrapper-repo: "https://github.com/RoboSats/robosats-startos" upstream-repo: "https://github.com/Reckless-Satoshi/robosats" diff --git a/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index f8f1932..81a7196 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.7.0.1"); + compat.migrations.fromMapping({}, "0.7.1");