Merge pull request #33 from RoboSats/Update/v0.7.6-alpha

Update v0.7.6-alpha
This commit is contained in:
KoalaSat
2025-04-09 10:54:58 +00:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM recksato/robosats-client:v0.7.5-alpha
FROM recksato/robosats-client:v0.7.6-alpha
RUN apk add bash curl sudo tini wget yq; \
rm -f /var/cache/apk/*

View File

@ -1,8 +1,8 @@
id: robosats
title: "RoboSats"
version: 0.7.5
version: 0.7.6
release-notes: |
* Updated to RoboSats v0.7.5-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.7.5-alpha)
* Updated to RoboSats v0.7.6-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.7.6-alpha)
license: mit
wrapper-repo: "https://github.com/Start9Labs/robosats-startos"
upstream-repo: "https://github.com/RoboSats/robosats"

View File

@ -1,4 +1,4 @@
import { compat, types as T } from "../deps.ts";
export const migration: T.ExpectedExports.migration =
compat.migrations.fromMapping({}, "0.7.5");
compat.migrations.fromMapping({}, "0.7.6");