Selaa lähdekoodia

Version 0.1.0

Girish Ramakrishnan 8 vuotta sitten
vanhempi
commit
9c7417e806
2 muutettua tiedostoa jossa 6 lisäystä ja 2 poistoa
  1. 3 0
      CHANGELOG
  2. 3 2
      CloudronManifest.json

+ 3 - 0
CHANGELOG

@@ -0,0 +1,3 @@
+[0.1.0]
+* Initial version
+

+ 3 - 2
CloudronManifest.json

@@ -4,7 +4,7 @@
   "author": "NodeBB Team",
   "description": "file://DESCRIPTION.md",
   "tagline": "Next generation forum software",
-  "version": "0.0.1",
+  "version": "0.1.0",
   "healthCheckPath": "/",
   "httpPort": 4567,
   "addons": {
@@ -21,5 +21,6 @@
     "https://raw.githubusercontent.com/cloudron-io/nodebb-app/e35814fa56fb881d0e28bf71681e63a11bd12740/screenshots/2.png",
     "https://raw.githubusercontent.com/cloudron-io/nodebb-app/e35814fa56fb881d0e28bf71681e63a11bd12740/screenshots/3.png"
   ],
-  "memoryLimit": 524288000
+  "memoryLimit": 524288000,
+  "changelog": "file://CHANGELOG"
 }