Przeglądaj źródła

docs: release v1.4.1

sakumisu 1 rok temu
rodzic
commit
f437b3e51c
4 zmienionych plików z 6 dodań i 6 usunięć
  1. 1 1
      VERSION
  2. 2 2
      common/usb_version.h
  3. 2 2
      docs/source/conf.py
  4. 1 1
      idf_component.yml

+ 1 - 1
VERSION

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

+ 2 - 2
common/usb_version.h

@@ -15,7 +15,7 @@
 #undef CHERRYUSB_VERSION_STR
 #endif
 
-#define CHERRYUSB_VERSION     0x010400
-#define CHERRYUSB_VERSION_STR "v1.4.0"
+#define CHERRYUSB_VERSION     0x010401
+#define CHERRYUSB_VERSION_STR "v1.4.1"
 
 #endif

+ 2 - 2
docs/source/conf.py

@@ -6,8 +6,8 @@ project = 'CherryUSB'
 copyright = '2024, sakumisu'
 author = 'sakumisu'
 
-release = '1.4.0'
-version = '1.4.0'
+release = '1.4.1'
+version = '1.4.1'
 
 # -- General configuration
 

+ 1 - 1
idf_component.yml

@@ -1,4 +1,4 @@
-version: "1.4.0"
+version: "1.4.1"
 description: CherryUSB is a tiny and portable USB Stack (device & host) for embedded system with USB IP
 tags:
   - usb