diff --git a/README.md b/README.md index a6b33da..5efa482 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:** 2.8.13~ynh1 +**Shipped version:** 3.1.4~ynh1 **Demo:** https://try.nodebb.org diff --git a/README_fr.md b/README_fr.md index 67971bb..72cd821 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 :** 2.8.13~ynh1 +**Version incluse :** 3.1.4~ynh1 **Démo :** https://try.nodebb.org 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