Wekan release v0.23

This commit is contained in:
Lauri Ojansivu 2017-05-21 11:04:21 +03:00
parent 3507eed620
commit 132a348486
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# Upcoming Wekan release
# v0.23 2017-05-21 Wekan release
This release adds the following new features:

View file

@ -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": "https://wekan.io",
"website": "https://wekan.github.io",
"env": {
"BUILDPACK_URL": "https://github.com/AdmitHub/meteor-buildpack-horse.git",
"ROOT_URL": {

View file

@ -16,7 +16,7 @@ services:
- wekan-db-dump:/dump
wekan:
image: wekanteam/meteor-1.4:latest
image: wekanteam/wekan:latest
container_name: wekan-app
restart: always
networks:

View file

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "0.21.0",
"version": "0.23.0",
"description": "The open-source Trello-like kanban",
"private": true,
"scripts": {