diff --git a/README.md b/README.md index 5efa482..3a2ba6c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,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:** 3.1.4~ynh1 +**Shipped version:** 3.1.5~ynh1 **Demo:** https://try.nodebb.org diff --git a/README_fr.md b/README_fr.md index 72cd821..fc566e3 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po 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 :** 3.1.4~ynh1 +**Version incluse :** 3.1.5~ynh1 **Démo :** https://try.nodebb.org diff --git a/manifest.toml b/manifest.toml index ad5ce38..948ec73 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 = "3.1.4~ynh1" +version = "3.1.5~ynh1" maintainers = ["frju365"] @@ -17,7 +17,7 @@ admindoc = "https://docs.nodebb.org" code = "https://github.com/NodeBB/NodeBB" [integration] -yunohost = ">= 11.1.15" +yunohost = ">= 11.1.20" architectures = "all" multi_instance = true ldap = false diff --git a/scripts/_common.sh b/scripts/_common.sh index 6b93d1e..b407b44 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -nodejs_version=16 +nodejs_version=18 nodebb_version=v3.x #=================================================