From 8d79c84a8ff2be426b4323325ba3a2ab11670fef Mon Sep 17 00:00:00 2001 From: mARTin-B78 Date: Tue, 9 Jun 2026 19:27:13 +0200 Subject: [PATCH] chore: adopt x.xx.xx versioning schema (v2.01.02) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Schema: MAJOR.FEATURE.FIX MAJOR — breaking changes / major redesign FEATURE — two-digit, new user-visible features (00-99) FIX — two-digit, bug fixes within a feature release (00-99) Renamed 2.1.2 → 2.01.02 to start the new format. 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 85d6375..5769bbe 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__ = "2.1.2" +__version__ = "2.01.02"