From 4ebce6b5059b086d05ca7e091ce04a5fd08ac3ac Mon Sep 17 00:00:00 2001 From: Ihor Dutchak Date: Mon, 9 Jan 2023 13:31:33 +0200 Subject: [PATCH] Bump version to 0.13.1 --- VERSION | 2 +- hidapi/hidapi.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 51de330..ed0d9e9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.13.0 \ No newline at end of file +0.13.1 \ No newline at end of file diff --git a/hidapi/hidapi.h b/hidapi/hidapi.h index 2b261f1..22b3cd6 100644 --- a/hidapi/hidapi.h +++ b/hidapi/hidapi.h @@ -53,7 +53,7 @@ @ingroup API */ -#define HID_API_VERSION_PATCH 0 +#define HID_API_VERSION_PATCH 1 /* Helper macros */ #define HID_API_AS_STR_IMPL(x) #x