From 515b83e0f8a4f8c22935de82fa5d68c2b4fd57a4 Mon Sep 17 00:00:00 2001
From: sakumisu <1203593632@qq.com>
Date: Mon, 23 Dec 2024 20:04:02 +0800
Subject: [PATCH] docs: release v1.4.2
---
README.md | 14 ++++++++++++--
README_zh.md | 14 ++++++++++++--
VERSION | 2 +-
common/usb_version.h | 4 ++--
docs/source/conf.py | 6 +++---
idf_component.yml | 2 +-
6 files changed, 31 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md
index 2a5104da..e56946a7 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,16 @@
-# CherryUSB
+
CherryUSB
+
+
+
+
+
+
-[中文版](./README_zh.md)
+
+ 中文
+ |
+ English
+
CherryUSB is a tiny, beautiful and portable USB host and device stack for embedded system with USB IP.
diff --git a/README_zh.md b/README_zh.md
index 11be6483..50d2b6f6 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -1,6 +1,16 @@
-# CherryUSB
+CherryUSB
+
+
+
+
+
+
-[English](./README.md)
+
+ 中文
+ |
+ English
+
CherryUSB 是一个小而美的、可移植性高的、用于嵌入式系统(带 USB IP)的 USB 主从协议栈。
diff --git a/VERSION b/VERSION
index 82894229..340d4aef 100644
--- a/VERSION
+++ b/VERSION
@@ -1,5 +1,5 @@
VERSION_MAJOR = 1
VERSION_MINOR = 4
-PATCHLEVEL = 1
+PATCHLEVEL = 2
VERSION_TWEAK = 0
EXTRAVERSION = 0
diff --git a/common/usb_version.h b/common/usb_version.h
index b68b8f69..d207af9d 100644
--- a/common/usb_version.h
+++ b/common/usb_version.h
@@ -15,7 +15,7 @@
#undef CHERRYUSB_VERSION_STR
#endif
-#define CHERRYUSB_VERSION 0x010401
-#define CHERRYUSB_VERSION_STR "v1.4.1"
+#define CHERRYUSB_VERSION 0x010402
+#define CHERRYUSB_VERSION_STR "v1.4.2"
#endif
\ No newline at end of file
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 315adbbe..05dc615a 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -3,11 +3,11 @@
# -- Project information
project = 'CherryUSB'
-copyright = '2024, sakumisu'
+copyright = '2022 ~ 2024, sakumisu'
author = 'sakumisu'
-release = '1.4.1'
-version = '1.4.1'
+release = '1.4.2'
+version = '1.4.2'
# -- General configuration
diff --git a/idf_component.yml b/idf_component.yml
index 83fbbd6c..a500a240 100644
--- a/idf_component.yml
+++ b/idf_component.yml
@@ -1,4 +1,4 @@
-version: "1.4.1"
+version: "1.4.2"
description: CherryUSB is a tiny and portable USB Stack (device & host) for embedded system with USB IP
tags:
- usb