diff --git a/ALL_README.md b/ALL_README.md
index 8938aae..152f2e7 100644
--- a/ALL_README.md
+++ b/ALL_README.md
@@ -1,7 +1,7 @@
# All available README files by language
- [Read the README in English](README.md)
-- [Lee el README en español](README_es.md)
+- [Lea el README en español](README_es.md)
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
diff --git a/README.md b/README.md
index dd7cf16..31be6b8 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ ChatGPT-web is a simple one-page web interface to the OpenAI ChatGPT API. To use
- Code: ChatGPT-web recognizes and highlights code blocks and allows you to copy them with one click.
-**Shipped version:** 2024.05.13~ynh1
+**Shipped version:** 2024.05.20~ynh1
**Demo:**
diff --git a/README_es.md b/README_es.md
index f24c7e2..62f1ea8 100644
--- a/README_es.md
+++ b/README_es.md
@@ -31,7 +31,7 @@ ChatGPT-web is a simple one-page web interface to the OpenAI ChatGPT API. To use
- Code: ChatGPT-web recognizes and highlights code blocks and allows you to copy them with one click.
-**Versión actual:** 2024.05.13~ynh1
+**Versión actual:** 2024.05.20~ynh1
**Demo:**
diff --git a/README_eu.md b/README_eu.md
index d97e42a..6ff4ea1 100644
--- a/README_eu.md
+++ b/README_eu.md
@@ -31,7 +31,7 @@ ChatGPT-web is a simple one-page web interface to the OpenAI ChatGPT API. To use
- Code: ChatGPT-web recognizes and highlights code blocks and allows you to copy them with one click.
-**Paketatutako bertsioa:** 2024.05.13~ynh1
+**Paketatutako bertsioa:** 2024.05.20~ynh1
**Demoa:**
diff --git a/README_fr.md b/README_fr.md
index f2c226a..ef916d1 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.
ChatGPT-web est une simple interface Web d'une page pour l'API OpenAI ChatGPT. Pour l'utiliser, vous devez d'abord vous inscrire à une clé API OpenAI. Tous les messages sont stockés dans le stockage local de votre navigateur, donc tout est privé. Vous pouvez également fermer l'onglet du navigateur et revenir plus tard pour poursuivre la conversation.
-**Version incluse :** 2024.05.13~ynh1
+**Version incluse :** 2024.05.20~ynh1
**Démo :**
diff --git a/README_gl.md b/README_gl.md
index 76dc509..6f5eb95 100644
--- a/README_gl.md
+++ b/README_gl.md
@@ -31,7 +31,7 @@ ChatGPT-web is a simple one-page web interface to the OpenAI ChatGPT API. To use
- Code: ChatGPT-web recognizes and highlights code blocks and allows you to copy them with one click.
-**Versión proporcionada:** 2024.05.13~ynh1
+**Versión proporcionada:** 2024.05.20~ynh1
**Demo:**
diff --git a/README_zh_Hans.md b/README_zh_Hans.md
index c85df77..7ea0acf 100644
--- a/README_zh_Hans.md
+++ b/README_zh_Hans.md
@@ -31,7 +31,7 @@ ChatGPT-web is a simple one-page web interface to the OpenAI ChatGPT API. To use
- Code: ChatGPT-web recognizes and highlights code blocks and allows you to copy them with one click.
-**分发版本:** 2024.05.13~ynh1
+**分发版本:** 2024.05.20~ynh1
**演示:**
diff --git a/manifest.toml b/manifest.toml
index 090ad7b..4d5edf5 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -5,7 +5,7 @@ name = "chatGPT-web"
description.en = "ChatGPT web interface using the OpenAI API"
description.fr = "Interface Web ChatGPT utilisant l'API OpenAI"
-version = "2024.05.13~ynh1"
+version = "2024.05.20~ynh1"
maintainers = []
@@ -41,8 +41,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
- url = "https://github.com/Niek/chatgpt-web/archive/b93a73c4cd160dedb26410e5b383a8e74eaec8c4.tar.gz"
- sha256 = "b09afcf7e224593c7101d1f5c211e32584c9f5804f32407d676a55cac13a9e42"
+ url = "https://github.com/Niek/chatgpt-web/archive/01bfea7f1335c7b124c2cfa2a298a0785c94c230.tar.gz"
+ sha256 = "a912f2c09e8995de9176a551cd48d39bc9ff0928f38ae71a973aefb1f8b88a2c"
autoupdate.upstream = "https://github.com/Niek/chatgpt-web"
autoupdate.strategy = "latest_github_commit"