summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION2
-rw-r--r--cherryusb_config_template.h4
-rw-r--r--docs/source/conf.py4
3 files changed, 5 insertions, 5 deletions
diff --git a/VERSION b/VERSION
index f976d5d9..8a0bfa80 100644
--- a/VERSION
+++ b/VERSION
@@ -1,5 +1,5 @@
VERSION_MAJOR = 1
VERSION_MINOR = 3
-PATCHLEVEL = 0
+PATCHLEVEL = 1
VERSION_TWEAK = 0
EXTRAVERSION = 0
diff --git a/cherryusb_config_template.h b/cherryusb_config_template.h
index c469a6a2..493f8a4e 100644
--- a/cherryusb_config_template.h
+++ b/cherryusb_config_template.h
@@ -6,8 +6,8 @@
#ifndef CHERRYUSB_CONFIG_H
#define CHERRYUSB_CONFIG_H
-#define CHERRYUSB_VERSION 0x010300
-#define CHERRYUSB_VERSION_STR "v1.3.0"
+#define CHERRYUSB_VERSION 0x010301
+#define CHERRYUSB_VERSION_STR "v1.3.1"
/* ================ USB common Configuration ================ */
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 1c57c52b..cea32658 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -6,8 +6,8 @@ project = 'CherryUSB'
copyright = '2024, sakumisu'
author = 'sakumisu'
-release = '1.3.0'
-version = '1.3.0'
+release = '1.3.1'
+version = '1.3.1'
# -- General configuration