diff --git a/Dockerfile b/Dockerfile index fa6e809..416797b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM recksato/robosats-client:v0.7.6-alpha +FROM recksato/robosats-client:v0.7.7-alpha RUN apk add bash curl sudo tini wget yq; \ rm -f /var/cache/apk/* diff --git a/manifest.yaml b/manifest.yaml index 6449749..0054e2e 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,8 +1,8 @@ id: robosats title: "RoboSats" -version: 0.7.6 +version: 0.7.7 release-notes: | - * Updated to RoboSats v0.7.6-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.7.6-alpha) + * Updated to RoboSats v0.7.7-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" diff --git a/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index 51ec499..8f89c1f 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.6"); + compat.migrations.fromMapping({}, "0.7.7");