From 59118364fb2368294cf859b47932a4ebde3db43d Mon Sep 17 00:00:00 2001 From: mARTin-B78 Date: Tue, 9 Jun 2026 15:10:22 +0200 Subject: [PATCH] bump version to 1.9.9 Co-Authored-By: Claude Sonnet 4.6 --- linux/blitztext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/blitztext/__init__.py b/linux/blitztext/__init__.py index a9d619f..7c4b2b9 100644 --- a/linux/blitztext/__init__.py +++ b/linux/blitztext/__init__.py @@ -6,4 +6,4 @@ counterpart to the macOS Blitztext menu bar app: it runs natively on the host (not in a container) so it can type into any application via xdotool. """ -__version__ = "1.9.5" +__version__ = "1.9.9"