From 186289f425c1308e1442c9a02b08407010003341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 18 Jan 2024 00:33:32 +0100 Subject: [PATCH] Bump version from master --- manifest.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index ec5c7b8..e0ebd3a 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Wiki.js" description.en = "Open source powerful wiki app built on Node.js, Git and Markdown" description.fr = "Wiki open source propulsé par Node.js, Git et Markdown" -version = "2.5.298~ynh2" +version = "2.5.300~ynh4" maintainers = ["yalh76"] @@ -41,8 +41,9 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/Requarks/wiki/releases/download/v2.5.298/wiki-js.tar.gz" - sha256 = "3bb290d77e3387dba5958c906629a6c5f751c17787903f1a021cbfa51cc88f1a" + url = "https://github.com/Requarks/wiki/releases/download/v2.5.300/wiki-js.tar.gz" + sha256 = "0b272ada8781f2fd3656d13928fb34f7ebb366abc66c9447f89e183c3628fb26" + in_subdir = false autoupdate.strategy = "latest_github_release"