Ver Fonte

chore: release v1.3.1

sakumisu há 1 ano atrás
pai
commit
29aaf56396
3 ficheiros alterados com 5 adições e 5 exclusões
  1. 1 1
      VERSION
  2. 2 2
      cherryusb_config_template.h
  3. 2 2
      docs/source/conf.py

+ 1 - 1
VERSION

@@ -1,5 +1,5 @@
 VERSION_MAJOR = 1
 VERSION_MINOR = 3
-PATCHLEVEL = 0
+PATCHLEVEL = 1
 VERSION_TWEAK = 0
 EXTRAVERSION = 0

+ 2 - 2
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 ================ */
 

+ 2 - 2
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