From 5b496709836e89152a7489a0c5644f4a9c769d9c Mon Sep 17 00:00:00 2001 From: TheMajesticMagician Date: Tue, 28 Jul 2026 16:20:46 -0600 Subject: [PATCH] v0.2.3 Multi-monitor jumps (`petctl jump`/`monitors`), pull-only screen OCR (`petctl read`), generated sprite art with a distance-stepped walk cycle, plus the filectl file ops and server file delivery merged back in. Co-Authored-By: Claude Opus 5 (1M context) --- bolt_pet/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bolt_pet/__init__.py b/bolt_pet/__init__.py index f2a7ebe..1814c29 100644 --- a/bolt_pet/__init__.py +++ b/bolt_pet/__init__.py @@ -4,4 +4,4 @@ __version__ is what the auto-updater compares against the newest tag on the Gitea releases page (see updater.py), so bump it in the same commit you tag. """ -__version__ = "0.2.2" +__version__ = "0.2.3"