Bump driver version to 0.1.1

This commit is contained in:
Justin Mitchell
2026-02-22 18:43:46 -05:00
parent 1c2d3dd57e
commit 07e9f20de7
2 changed files with 1 additions and 1 deletions
Binary file not shown.
+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, 0)
version = (0, 1, 1)
# Invalid USB vendor info to avoid USB scans matching.
VENDOR_ID = [0xFFFF]