Bump driver version to 0.1.2

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Justin Mitchell
2026-04-06 01:02:56 -04:00
co-authored by Claude Opus 4.6
parent 2340149b1a
commit 390f22b7a3
+1 -1
View File
@@ -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]