Skip to content

Commit bdce9ef

Browse files
Release v1.0.4
CMakeLists is bumped in the same commit deliberately. The About credit line renders versionFallback, which sync-about.py reads out of CMakeLists at sync time, so a tag cut without this ships a plugin whose own About line names the previous release. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 2602d57 commit bdce9ef

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.15)
22

33
project(OldCathode
4-
VERSION 1.0.3
4+
VERSION 1.0.4
55
LANGUAGES CXX
66
)
77

source/StoatworksAbout.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Stoatworks Labs - About window data for Old Cathode.
33
*
4-
* GENERATED by stoatworks-backend/scripts/sync-about.py on 2026-08-22. Do not
4+
* GENERATED by stoatworks-backend/scripts/sync-about.py on 2026-08-25. Do not
55
* edit: the next sync overwrites it. The facts come from the website's
66
* projects.json, which is the one place they are written down.
77
*
@@ -20,7 +20,7 @@ namespace stoatworks::about
2020
inline constexpr auto guide = "https://stoatworks-labs.com/software/old-cathode/guide/";
2121
inline constexpr auto page = "https://stoatworks-labs.com/software/old-cathode/";
2222
inline constexpr auto repo = "https://github.com/stoatworks-labs/old-cathode";
23-
inline constexpr auto versionFallback = "v1.0.3";
23+
inline constexpr auto versionFallback = "v1.0.4";
2424

2525
inline constexpr auto org = "Stoatworks Labs";
2626
inline constexpr auto home = "https://stoatworks-labs.com";

0 commit comments

Comments
 (0)