From c5977581b285c7560cd3733303ba5bcf548abe6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 15 Jun 2022 23:29:09 +0200 Subject: [PATCH] 2.2.0 --- manifest.json | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index ed4d0ec..a5294a9 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Forum software built for the modern web", "fr": "Logiciel de forum conçu pour le Web moderne" }, - "version": "2.1.1~ynh1", + "version": "2.2.0~ynh1", "url": "https://nodebb.org", "upstream": { "license": "GPL-3.0", diff --git a/scripts/_common.sh b/scripts/_common.sh index 5e61d8b..2764737 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,7 +7,7 @@ # dependencies used by the app pkg_dependencies="postgresql" nodejs_version=16 -nodebb_version=v2.1.x +nodebb_version=v2.2.x #================================================= # PERSONAL HELPERS