summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-02-10 09:54:23 +0200
committerLauri Ojansivu <x@xet7.org>2017-02-10 09:54:23 +0200
commit0065ca3ad6a3a627cde557b6c80f87c8c6267492 (patch)
treef832fde75ee9fba0310a51196c2e7ce90dedcfec /package.json
parent89959753cd10321fc21cf290bdd06f26b19874b9 (diff)
parent1f7d1f023ff4a6ec2e8923e54fe26c68fa7d9380 (diff)
downloadwekan-0065ca3ad6a3a627cde557b6c80f87c8c6267492.tar.gz
wekan-0065ca3ad6a3a627cde557b6c80f87c8c6267492.tar.bz2
wekan-0065ca3ad6a3a627cde557b6c80f87c8c6267492.zip
Merge branch 'devel' into greenkeeper-xss-0.3.3
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index e8511309..f7669b05 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "0.10.1",
+ "version": "0.11.0",
"description": "The open-source Trello-like kanban",
"private": true,
"scripts": {
@@ -9,13 +9,13 @@
},
"repository": {
"type": "git",
- "url": "git+https://github.com/wekan/wekan.git"
+ "url": "git+https://github.com/wefork/wekan.git"
},
"license": "MIT",
"bugs": {
- "url": "https://github.com/wekan/wekan/issues"
+ "url": "https://github.com/wefork/wekan/issues"
},
- "homepage": "https://wekan.io",
+ "homepage": "https://github.com/wefork/wekan",
"devDependencies": {
"eslint": "^2.0.0"
},