mirror of
https://github.com/RoboSats/robosats-startos.git
synced 2025-08-03 08:21:37 +00:00
v060 update (#21)
This commit is contained in:
@ -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; \
|
RUN apk add bash curl sudo tini wget yq; \
|
||||||
rm -f /var/cache/apk/*
|
rm -f /var/cache/apk/*
|
||||||
|
|
||||||
|
@ -1,11 +1,8 @@
|
|||||||
id: robosats
|
id: robosats
|
||||||
title: "RoboSats"
|
title: "RoboSats"
|
||||||
version: 0.5.3
|
version: 0.6.0
|
||||||
release-notes: |
|
release-notes: |
|
||||||
* Updated to v0.5.3-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.5.3-alpha)
|
* Updated to v0.6.0-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.6.0-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)
|
|
||||||
license: mit
|
license: mit
|
||||||
wrapper-repo: "https://github.com/kn0wmad/robosats-wrapper"
|
wrapper-repo: "https://github.com/kn0wmad/robosats-wrapper"
|
||||||
upstream-repo: "https://github.com/Reckless-Satoshi/robosats"
|
upstream-repo: "https://github.com/Reckless-Satoshi/robosats"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import { compat, types as T } from "../deps.ts";
|
import { compat, types as T } from "../deps.ts";
|
||||||
|
|
||||||
export const migration: T.ExpectedExports.migration = compat.migrations
|
export const migration: T.ExpectedExports.migration = compat.migrations
|
||||||
.fromMapping({}, "0.5.3" );
|
.fromMapping({}, "0.6.0" );
|
||||||
|
Reference in New Issue
Block a user