diff --git a/ALL_README.md b/ALL_README.md
index 77b7509..a01b345 100644
--- a/ALL_README.md
+++ b/ALL_README.md
@@ -4,3 +4,4 @@
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
+- [阅读中文(简体)的 README](README_zh_Hans.md)
diff --git a/README.md b/README.md
index 9a65b2c..cd243d4 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ It shall NOT be edited by hand.
Snipeit is a FOSS project for asset management in IT Operations. Knowing who has which laptop, when it was purchased in order to depreciate it correctly, handling software licenses, etc.
-**Shipped version:** 6.3.4~ynh1
+**Shipped version:** 6.4.0~ynh1
**Demo:**
diff --git a/README_eu.md b/README_eu.md
index 92b28fe..244fbd3 100644
--- a/README_eu.md
+++ b/README_eu.md
@@ -18,7 +18,7 @@ EZ editatu eskuz.
Snipeit is a FOSS project for asset management in IT Operations. Knowing who has which laptop, when it was purchased in order to depreciate it correctly, handling software licenses, etc.
-**Paketatutako bertsioa:** 6.3.4~ynh1
+**Paketatutako bertsioa:** 6.4.0~ynh1
**Demoa:**
diff --git a/README_fr.md b/README_fr.md
index a1ea8f6..df675de 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.
Snipeit est un projet FOSS pour la gestion des actifs dans les opérations informatiques. Savoir qui possède quel ordinateur portable, quand il a été acheté pour bien l'amortir, gérer les licences des logiciels, etc.
-**Version incluse :** 6.3.4~ynh1
+**Version incluse :** 6.4.0~ynh1
**Démo :**
diff --git a/README_gl.md b/README_gl.md
index a314461..71b1632 100644
--- a/README_gl.md
+++ b/README_gl.md
@@ -18,7 +18,7 @@ NON debe editarse manualmente.
Snipeit is a FOSS project for asset management in IT Operations. Knowing who has which laptop, when it was purchased in order to depreciate it correctly, handling software licenses, etc.
-**Versión proporcionada:** 6.3.4~ynh1
+**Versión proporcionada:** 6.4.0~ynh1
**Demo:**
diff --git a/README_zh_Hans.md b/README_zh_Hans.md
new file mode 100644
index 0000000..62dd612
--- /dev/null
+++ b/README_zh_Hans.md
@@ -0,0 +1,50 @@
+
+
+# YunoHost 上的 Snipe-IT
+
+[](https://dash.yunohost.org/appci/app/snipeit)  
+
+[](https://install-app.yunohost.org/?app=snipeit)
+
+*[阅读此 README 的其它语言版本。](./ALL_README.md)*
+
+> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 Snipe-IT。*
+> *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。*
+
+## 概况
+
+Snipeit is a FOSS project for asset management in IT Operations. Knowing who has which laptop, when it was purchased in order to depreciate it correctly, handling software licenses, etc.
+
+**分发版本:** 6.4.0~ynh1
+
+**演示:**
+
+## 截图
+
+
+
+## 文档与资源
+
+- 官方应用网站:
+- 官方用户文档:
+- 官方管理文档:
+- 上游应用代码库:
+- YunoHost 商店:
+- 报告 bug:
+
+## 开发者信息
+
+请向 [`testing` 分支](https://github.com/YunoHost-Apps/snipeit_ynh/tree/testing) 发送拉取请求。
+
+如要尝试 `testing` 分支,请这样操作:
+
+```bash
+sudo yunohost app install https://github.com/YunoHost-Apps/snipeit_ynh/tree/testing --debug
+或
+sudo yunohost app upgrade snipeit -u https://github.com/YunoHost-Apps/snipeit_ynh/tree/testing --debug
+```
+
+**有关应用打包的更多信息:**
diff --git a/manifest.toml b/manifest.toml
index 5ed0a2b..0c8a48c 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -5,7 +5,7 @@ name = "Snipe-IT"
description.en = "Manage assets for IT operations"
description.fr = "Gestionnaire de ressources informatiques"
-version = "6.3.4~ynh1"
+version = "6.4.0~ynh1"
maintainers = []
@@ -50,8 +50,8 @@ ram.runtime = "50M"
[resources]
[resources.sources]
[resources.sources.main]
- url = "https://github.com/snipe/snipe-it/archive/refs/tags/v6.3.4.tar.gz"
- sha256 = "c28c37fff70797f26cc89b713d0a0f2d692033ff7870db9399c777259c6115f9"
+ url = "https://github.com/snipe/snipe-it/archive/refs/tags/v6.4.0.tar.gz"
+ sha256 = "ada911d2259544f74bcdd849dd1c9836e9b5bf973be9ab2f4c6f0aea819eae14"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]