diff --git a/README.md b/README.md index bc24dbc..475155f 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.0~ynh1 +**Shipped version:** 5.3.1~ynh1 **Demo:** https://tiddlywiki.com/ diff --git a/README_fr.md b/README_fr.md index a78e510..ba04bd1 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.0~ynh1 +**Version incluse :** 5.3.1~ynh1 **Démo :** https://tiddlywiki.com/ diff --git a/manifest.toml b/manifest.toml index 3ed6612..a193414 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.0~ynh1" +version = "5.3.1~ynh1" maintainers = ["eric_G"] @@ -17,7 +17,7 @@ admindoc = "https://tiddlywiki.com/" code = "https://github.com/Jermolene/TiddlyWiki5" [integration] -yunohost = ">= 11.1.21" +yunohost = ">= 11.2" architectures = "all" multi_instance = false ldap = false @@ -30,7 +30,6 @@ ram.runtime = "50M" [install.domain] type = "domain" - full_domain = true [install.init_main_permission] help.en = "If enabled, TiddlyWiki will be accessible by people who doesn’t have an account. This can be changed later via the webadmin." @@ -47,8 +46,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/Jermolene/TiddlyWiki5/archive/refs/tags/v5.3.0.tar.gz" - sha256 = "28046aa38301eabb0e98710bddd78f1ae1d5f671cf4a1bb1cf847884614294ca" + url = "https://github.com/Jermolene/TiddlyWiki5/archive/refs/tags/v5.3.1.tar.gz" + sha256 = "6ea0fb39f6cefc08603c21ae51e9cc69cf092d622aff335e249abed92b3fca53" autoupdate.strategy = "latest_github_tag" [resources.ports]