Skip to content

Commit

Permalink
Merge branch 'RoboSats:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
elvece authored Feb 20, 2025
2 parents 2e67f21 + a6af49c commit 26b5d8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.7.1-alpha
FROM recksato/robosats-client:v0.7.3-alpha
RUN apk add bash curl sudo tini wget yq; \
rm -f /var/cache/apk/*

Expand Down
4 changes: 2 additions & 2 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
id: robosats
title: "RoboSats"
version: 0.7.1
version: 0.7.3
release-notes: |
* Updated to RoboSats v0.7.1-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.7.1-alpha)
* Updated to RoboSats v0.7.3-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.7.3-alpha)
license: mit
wrapper-repo: "https://github.com/RoboSats/robosats-startos"
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.7.1");
compat.migrations.fromMapping({}, "0.7.3");

0 comments on commit 26b5d8a

Please sign in to comment.