From 539a10f9124c1ec76537c344cbe4b55a12cf42c4 Mon Sep 17 00:00:00 2001 From: Dorian Date: Wed, 1 Apr 2026 20:41:29 +0100 Subject: [PATCH] chore: bump version to 1.3.1 for OTA update testing First release with working UI sidecar containers (--user 0:0, CHOWN caps) and complete update pipeline (manifest publishing, archive extraction, WebSocket notifications). Co-Authored-By: Claude Opus 4.6 (1M context) --- core/archipelago/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/archipelago/Cargo.toml b/core/archipelago/Cargo.toml index 3d1fd9d3..e1a407ad 100644 --- a/core/archipelago/Cargo.toml +++ b/core/archipelago/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "archipelago" -version = "1.3.0" +version = "1.3.1" edition = "2021" description = "Archipelago Bitcoin Node OS - Native backend" authors = ["Archipelago Team"]