diff --git a/README.md b/README.md index f1abd7d..9248ffa 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in NodeBB is built using the Node.js server-side Javascript platform, delivering unmatched performance. Building on this high performance platform means fast and dependable performance that will support even the biggest and most active community. -**Shipped version:** 1.19.0~ynh1 +**Shipped version:** 1.19.1~ynh1 **Demo:** https://try.nodebb.org diff --git a/README_fr.md b/README_fr.md index bd7024a..594c260 100644 --- a/README_fr.md +++ b/README_fr.md @@ -14,7 +14,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour NodeBB is built using the Node.js server-side Javascript platform, delivering unmatched performance. Building on this high performance platform means fast and dependable performance that will support even the biggest and most active community. -**Version incluse :** 1.19.0~ynh1 +**Version incluse :** 1.19.1~ynh1 **Démo :** https://try.nodebb.org diff --git a/manifest.json b/manifest.json index 42d2a02..369e0f1 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.0~ynh1", + "version": "1.19.1~ynh1", "url": "https://nodebb.org", "upstream": { "license": "GPL-3.0", @@ -21,7 +21,7 @@ "email": "abld@tutanota.com" }, "requirements": { - "yunohost": ">> 4.3.0" + "yunohost": ">= 4.3.0" }, "multi_instance": true, "services": [ diff --git a/scripts/_common.sh b/scripts/_common.sh index b305e6d..ee9709c 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ # dependencies used by the app pkg_dependencies="postgresql" -nodejs_version=14 +nodejs_version=16 nodebb_version=v1.19.x #=================================================