From f81a421b214e6cd3ee512a6a47bc6c7bff389357 Mon Sep 17 00:00:00 2001 From: koalasat Date: Sun, 23 Mar 2025 09:55:21 +0100 Subject: [PATCH] Update v0.7.5-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 0de6b8f..b6cb591 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM recksato/robosats-client:v0.7.4-alpha +FROM recksato/robosats-client:v0.7.5-alpha RUN apk add bash curl sudo tini wget yq; \ rm -f /var/cache/apk/* diff --git a/manifest.yaml b/manifest.yaml index 3a52321..a2c8829 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,8 +1,8 @@ id: robosats title: "RoboSats" -version: 0.7.4 +version: 0.7.5 release-notes: | - * Updated to RoboSats v0.7.4-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.7.4-alpha) + * Updated to RoboSats v0.7.5-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.7.5-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 ffcedc1..0aa0095 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.4"); + compat.migrations.fromMapping({}, "0.7.5");