Skip to content

Commit 21dfb77

Browse files
committed
chore: bump version to 1.19 (self-update test target for v1.18)
1 parent 48929dc commit 21dfb77

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# AutoClicker
22

33
Python/PyQt6 automated mouse clicker and keyboard presser with dual clicker support. Two backends: pynput (cross-platform, PyQt6 GUI) and evdev (Linux Wayland/games, tkinter GUI). Stack: Python, PyQt6, pynput.
4-
v1.18
4+
v1.19
55

66
Docs: .claude/index.md
77

autoclicker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777

7878
# ── App identity ──────────────────────────────────────────────────────
7979
APP_NAME = "AutoClicker"
80-
__version__ = "1.18"
80+
__version__ = "1.19"
8181
WINDOW_SIZE = (560, 820)
8282

8383
# ── Color palette ─────────────────────────────────────────────────────

0 commit comments

Comments
 (0)