diff --git a/README.md b/README.md index 01694d9..75a39e0 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in 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.2~ynh1 +**Shipped version:** 5.3.3~ynh1 **Demo:** https://tiddlywiki.com/ diff --git a/README_fr.md b/README_fr.md index 33fd8af..549603e 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po 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.2~ynh1 +**Version incluse :** 5.3.3~ynh1 **Démo :** https://tiddlywiki.com/ diff --git a/manifest.toml b/manifest.toml index d76927d..7f71a96 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.2~ynh1" +version = "5.3.3~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.2.tar.gz" - sha256 = "168fbc7bd8e4bd6ac337d166b8c78c2dc2d749fede4e20781fb7d7fc59c821a6" + url = "https://github.com/Jermolene/TiddlyWiki5/archive/refs/tags/v5.3.3.tar.gz" + sha256 = "a671d9cd355a728c393c02102a7722dc4190ac3aedd5069bf203e8504ffd9cde" autoupdate.strategy = "latest_github_tag" [resources.ports]