1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodebb_ynh.git synced 2024-09-03 19:46:29 +02:00

Merge pull request #36 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2022-06-06 08:11:09 +02:00 committed by GitHub
commit 26db18ae2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -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:** 2.0.1~ynh1
**Shipped version:** 2.1.0~ynh1
**Demo:** https://try.nodebb.org

View file

@ -18,7 +18,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 :** 2.0.1~ynh1
**Version incluse :** 2.1.0~ynh1
**Démo :** https://try.nodebb.org

View file

@ -6,7 +6,7 @@
"en": "Forum software built for the modern web",
"fr": "Logiciel de forum conçu pour le Web moderne"
},
"version": "2.0.1~ynh1",
"version": "2.1.0~ynh1",
"url": "https://nodebb.org",
"upstream": {
"license": "GPL-3.0",

View file

@ -7,7 +7,7 @@
# dependencies used by the app
pkg_dependencies="postgresql"
nodejs_version=16
nodebb_version=v2.0.x
nodebb_version=v2.1.x
#=================================================
# PERSONAL HELPERS