From 8944ac4ee8b7ef1e72c356d68d33340cdd7f0c09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 19 May 2023 08:50:31 +0200 Subject: [PATCH] 3.1.4 --- manifest.toml | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 36fb6ca..ad5ce38 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "NodeBB" description.en = "Forum software built for the modern web" description.fr = "Logiciel de forum conçu pour le Web moderne" -version = "2.8.13~ynh1" +version = "3.1.4~ynh1" maintainers = ["frju365"] diff --git a/scripts/_common.sh b/scripts/_common.sh index e2da3d7..6b93d1e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= nodejs_version=16 -nodebb_version=v2.x +nodebb_version=v3.x #================================================= # PERSONAL HELPERS