Quellcode durchsuchen

Bumped version to 2.0.2

deploy1 vor 6 Jahren
Ursprung
Commit
c75c0ef521
4 geänderte Dateien mit 21 neuen und 1 gelöschten Zeilen
  1. 1 1
      CloudronManifest.json
  2. 1 0
      VERSION
  3. 1 0
      VERSIONLOG
  4. 18 0
      package.json

+ 1 - 1
CloudronManifest.json

@@ -3,7 +3,7 @@
   "title": "Taiga",
   "author": "Taiga Authors",
   "tagline": "Project management platform",
-  "version": "2.0.1",
+  "version": "2.0.2",
   "description": "file://DESCRIPTION.md",
   "changelog": "file://CHANGELOG",
   "healthCheckPath": "/",

+ 1 - 0
VERSION

@@ -0,0 +1 @@
+v2.0.2

+ 1 - 0
VERSIONLOG

@@ -0,0 +1 @@
+v2.0.2

+ 18 - 0
package.json

@@ -0,0 +1,18 @@
+{
+  "name": "taiga-app",
+  "version": "2.0.2",
+  "description": "This repository contains the Cloudron app package source for [Taiga](http://taigaio.github.io/).",
+  "main": "json-merge.js",
+  "directories": {
+    "test": "test"
+  },
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "ssh://git@git.tum.dk/tum.dk/taiga-app"
+  },
+  "author": "",
+  "license": "ISC"
+}