From 390f22b7a32c8c590399a4402fd0879948f1d682 Mon Sep 17 00:00:00 2001 From: Justin Mitchell Date: Mon, 6 Apr 2026 01:02:56 -0400 Subject: [PATCH] Bump driver version to 0.1.2 Co-Authored-By: Claude Opus 4.6 (1M context) --- crosspoint_reader/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crosspoint_reader/driver.py b/crosspoint_reader/driver.py index a90ad90..35ba44a 100644 --- a/crosspoint_reader/driver.py +++ b/crosspoint_reader/driver.py @@ -21,7 +21,7 @@ class CrossPointDevice(DeviceConfig, DevicePlugin): description = 'CrossPoint Reader wireless device' supported_platforms = ['windows', 'osx', 'linux'] author = 'CrossPoint Reader' - version = (0, 1, 1) + version = (0, 1, 2) # Invalid USB vendor info to avoid USB scans matching. VENDOR_ID = [0xFFFF]