From dcad6bd5502d7d80e2e2267bd7f6e86a3a852a2d Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 10 Feb 2017 18:02:19 +0200 Subject: v1.11.1-rc1 Wekan prerelease. --- CHANGELOG.md | 6 +++++- app.json | 2 +- package.json | 8 ++++---- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2509e87e..4088a5f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ -# v0.11.1 Upcoming Wekan release +# v0.11.1-rc1 2017-02-10 Wekan prerelease 2017-01-29 mquandalle gave Wekan access to xet7, so at 2017-01-31 xet7 started merging Wefork back to Wekan. At 2017-02-03 all Wefork code and pull requests are now merged back to Wekan. +Known bugs: +* https://github.com/wekan/wekan/issues/785 +* https://github.com/wekan/wekan/issues/784 + This release adds the following supported platforms: * Docker; diff --git a/app.json b/app.json index 2bf5cf37..51bc4928 100644 --- a/app.json +++ b/app.json @@ -4,7 +4,7 @@ "repository": "https://github.com/wekan/wekan", "logo": "https://raw.githubusercontent.com/wekan/wekan/master/meta/icons/wekan-150.png", "keywords": ["productivity", "tool", "team", "kanban"], - "website": "http://wekan.io", + "website": "https://wekan.io", "env": { "BUILDPACK_URL": "https://github.com/AdmitHub/meteor-buildpack-horse.git", "ROOT_URL": { diff --git a/package.json b/package.json index f7669b05..78b84ea8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "0.11.0", + "version": "0.11.1-rc1", "description": "The open-source Trello-like kanban", "private": true, "scripts": { @@ -9,13 +9,13 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/wefork/wekan.git" + "url": "git+https://github.com/wekan/wekan.git" }, "license": "MIT", "bugs": { - "url": "https://github.com/wefork/wekan/issues" + "url": "https://github.com/wekan/wekan/issues" }, - "homepage": "https://github.com/wefork/wekan", + "homepage": "https://github.com/wekan/wekan", "devDependencies": { "eslint": "^2.0.0" }, -- cgit v1.2.3-1-g7c22