diff --git a/README.md b/README.md index 5a39bcd..fdf8727 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Trilium Notes is an Evernote-like hierarchical note taking application with many advanced features, focused on building a large personal knowledge base. -**Shipped version:** 0.61.11~ynh1 +**Shipped version:** 0.61.14~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 57bac5a..6e35226 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Trilium Notes est une application de prise de note hiérarchique semblable a Evernote, avec maintes fonctions avancées, centrée sur la construction d'une large base de connaissances personnelle. -**Version incluse :** 0.61.11~ynh1 +**Version incluse :** 0.61.14~ynh1 ## Captures d’écran diff --git a/manifest.toml b/manifest.toml index b502b06..14873b9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Trilium Notes" description.en = "Hierarchical note taking application with focus on building large personal knowledge base" description.fr = "Application de prise de note hiérarchique centrée sur la construction d'une large base de connaissances personnelle" -version = "0.61.11~ynh1" +version = "0.61.14~ynh1" maintainers = ["Jules Bertholet"] @@ -53,8 +53,8 @@ ram.runtime = "110M" [resources.sources] [resources.sources.main] - url = "https://github.com/zadam/trilium/archive/refs/tags/v0.61.11.tar.gz" - sha256 = "8e689e26fe5ea3ea0f3e061e9176c50b9e6868f31a2675245425cbdd615c931a" + url = "https://github.com/zadam/trilium/archive/refs/tags/v0.61.14.tar.gz" + sha256 = "116b6162d98090b3f05482977fab7a28d237d334bb35a72fdfd48a3dff6643e0" rename = "v0.60.4.tar.gz" autoupdate.strategy = "latest_github_tag"