diff --git a/README.md b/README.md index 4906bdb..747b958 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It shall NOT be edited by hand. TiddlyWiki is a complete interactive wiki in JavaScript. It can be used as a single HTML file in the browser or as a powerful Node.js application. It is highly customisable: the entire user interface is itself implemented in hackable WikiText. -**Shipped version:** 5.3.4~ynh1 +**Shipped version:** 5.3.5~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md index 5d769a0..a2f9ae2 100644 --- a/README_es.md +++ b/README_es.md @@ -18,7 +18,7 @@ No se debe editar a mano. TiddlyWiki is a complete interactive wiki in JavaScript. It can be used as a single HTML file in the browser or as a powerful Node.js application. It is highly customisable: the entire user interface is itself implemented in hackable WikiText. -**Versión actual:** 5.3.4~ynh1 +**Versión actual:** 5.3.5~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index b79ad08..a1d272a 100644 --- a/README_eu.md +++ b/README_eu.md @@ -18,7 +18,7 @@ EZ editatu eskuz. TiddlyWiki is a complete interactive wiki in JavaScript. It can be used as a single HTML file in the browser or as a powerful Node.js application. It is highly customisable: the entire user interface is itself implemented in hackable WikiText. -**Paketatutako bertsioa:** 5.3.4~ynh1 +**Paketatutako bertsioa:** 5.3.5~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index b251b44..d8fb5ed 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main. TiddlyWiki est un wiki interactif complet en JavaScript. Il peut être utilisé comme un seul fichier HTML dans le navigateur ou comme une puissante application Node.js (cette dernière est utilisée pour YunoHost). Il est hautement personnalisable : toute l'interface utilisateur est elle-même implémentée dans WikiText modifiable. -**Version incluse :** 5.3.4~ynh1 +**Version incluse :** 5.3.5~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 72b6474..bfe4122 100644 --- a/README_gl.md +++ b/README_gl.md @@ -18,7 +18,7 @@ NON debe editarse manualmente. TiddlyWiki is a complete interactive wiki in JavaScript. It can be used as a single HTML file in the browser or as a powerful Node.js application. It is highly customisable: the entire user interface is itself implemented in hackable WikiText. -**Versión proporcionada:** 5.3.4~ynh1 +**Versión proporcionada:** 5.3.5~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 9300ee5..56b7c15 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -18,7 +18,7 @@ TiddlyWiki is a complete interactive wiki in JavaScript. It can be used as a single HTML file in the browser or as a powerful Node.js application. It is highly customisable: the entire user interface is itself implemented in hackable WikiText. -**分发版本:** 5.3.4~ynh1 +**分发版本:** 5.3.5~ynh1 **演示:** diff --git a/manifest.toml b/manifest.toml index 6400539..3f288e9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "TiddlyWiki" description.en = "Non-linear personal web notebook" description.fr = "Carnet Web personnel non linéaire" -version = "5.3.4~ynh1" +version = "5.3.5~ynh1" maintainers = ["eric_G"] @@ -50,8 +50,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/Jermolene/TiddlyWiki5/archive/refs/tags/v5.3.4.tar.gz" - sha256 = "b355355772fc54c0db1d81fcbf0bda3f81cacc579d5bb7fa07d8c90b3a9619aa" + url = "https://github.com/Jermolene/TiddlyWiki5/archive/refs/tags/v5.3.5.tar.gz" + sha256 = "0a92d73b89542751fa01e46f8bc9a67ed29490eb880727ffee9fecb84d3262de" autoupdate.strategy = "latest_github_tag" [resources.ports]