Skip to content

Commit

Permalink
v060 update (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
kn0wmad authored Mar 29, 2024
1 parent a44b3f5 commit 087b0b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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/*

Expand Down
7 changes: 2 additions & 5 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion scripts/procedures/migrations.ts
Original file line number Diff line number Diff line change
@@ -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" );

0 comments on commit 087b0b5

Please sign in to comment.