diff --git a/README.md b/README.md index 837e11b..07e07ce 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.06.06~ynh1 +**Shipped version:** 2024.06.24~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md index e9b98a6..ab83d7c 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.06.06~ynh1 +**Versión actual:** 2024.06.24~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index a452980..61721ac 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.06.06~ynh1 +**Paketatutako bertsioa:** 2024.06.24~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 87d992c..ce376b9 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.06.06~ynh1 +**Version incluse :** 2024.06.24~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 81c0de5..d951819 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.06.06~ynh1 +**Versión proporcionada:** 2024.06.24~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 04717a2..52c78a6 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.06.06~ynh1 +**分发版本:** 2024.06.24~ynh1 **演示:** diff --git a/manifest.toml b/manifest.toml index b1e46da..dae8b82 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.06.06~ynh1" +version = "2024.06.24~ynh1" maintainers = [] @@ -41,8 +41,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/Niek/chatgpt-web/archive/fc1fdca28c571f85bc39c6f99ae17a8ea35742e4.tar.gz" - sha256 = "5e898b9429b50eaab2f8a3c49baaa3cb90b7b1c853e7a2b3061fea8f07072f8a" + url = "https://github.com/Niek/chatgpt-web/archive/4a369599ad3a591c68db84dd7052234b0a2adea0.tar.gz" + sha256 = "6a983f988f11b67fd02487a58005356cf1e39a8f77210e8031a21a6136786522" autoupdate.upstream = "https://github.com/Niek/chatgpt-web" autoupdate.strategy = "latest_github_commit"