From d2d73d36fbe7b18fe5b01af3c8cadb56f026de27 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 2 Jun 2022 21:46:58 +0200 Subject: [PATCH] 2.1.0 --- manifest.json | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 49150f1..2e43f38 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.0.1~ynh1", + "version": "2.1.0~ynh1", "url": "https://nodebb.org", "upstream": { "license": "GPL-3.0", diff --git a/scripts/_common.sh b/scripts/_common.sh index 29306e6..5e61d8b 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.0.x +nodebb_version=v2.1.x #================================================= # PERSONAL HELPERS