From 2d2e06e7bd41e08acd3859c67f0319a87a58e810 Mon Sep 17 00:00:00 2001 From: KoalaSat Date: Thu, 9 Oct 2025 10:41:55 +0200 Subject: [PATCH] v0.8.2-alpha --- Dockerfile | 2 +- manifest.yaml | 4 ++-- scripts/procedures/migrations.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 52555b4..d3170ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM recksato/robosats-client:v0.8.1-alpha +FROM recksato/robosats-client:v0.8.2-alpha RUN apk add bash curl sudo tini wget yq; \ rm -f /var/cache/apk/* diff --git a/manifest.yaml b/manifest.yaml index a100423..7281b1f 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,8 +1,8 @@ id: robosats title: "RoboSats" -version: 0.8.1 +version: 0.8.2 release-notes: | - * Updated to RoboSats v0.8.1-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.8.1-alpha) + * Updated to RoboSats v0.8.2-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.8.2-alpha) * Brand new mobile view * New in-app private notifications system using nostr * Revertible payments warning diff --git a/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index ddb0c09..3209172 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.8.1"); + compat.migrations.fromMapping({}, "0.8.2");