From a0832fb758c3059a1344877f4f81cea7c3f5d4c5 Mon Sep 17 00:00:00 2001 From: githubjeka Date: Fri, 10 Nov 2017 13:57:53 +0300 Subject: [PATCH] updated version to 0.1.0 --- module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index 674473f..bb371ff 100644 --- a/module.json +++ b/module.json @@ -1,7 +1,7 @@ { "id": "tracker_issue", "name": "Tracker issues", - "description": "Issue tracking system.", + "description": "Issue tracking system. Workflow documents.", "keywords": [ "task", "todo", @@ -10,7 +10,7 @@ "workflow", "documents" ], - "version": "0.1.1dev", + "version": "0.1.0", "humhub": { "minVersion": "1.2.3" },