bump to release 0.11.0

This commit is contained in:
cecio
2023-07-04 22:01:53 +02:00
parent 39c3145e71
commit 5aa63c8efe
3 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ bool activeState = false;
// //
// USBvalve globals // USBvalve globals
// //
#define VERSION "USBvalve - 0.10.0" #define VERSION "USBvalve - 0.11.0"
boolean readme = false; boolean readme = false;
boolean autorun = false; boolean autorun = false;
boolean written = false; boolean written = false;
@@ -533,4 +533,4 @@ void cursor_movement(int8_t x, int8_t y, int8_t wheel) {
SerialTinyUSB.printf("(%d %d %d)\r\n", x, y, wheel); SerialTinyUSB.printf("(%d %d %d)\r\n", x, y, wheel);
} }
// END of BADUSB detector section // END of BADUSB detector section