diff --git a/manifest.json b/manifest.json index 43136d3..ca2a70a 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": "1.19.7~ynh1", + "version": "2.0.0~ynh1", "url": "https://nodebb.org", "upstream": { "license": "GPL-3.0", diff --git a/scripts/_common.sh b/scripts/_common.sh index ee9709c..29306e6 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=v1.19.x +nodebb_version=v2.0.x #================================================= # PERSONAL HELPERS