mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Wekan release v0.23
This commit is contained in:
parent
3507eed620
commit
132a348486
4 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Upcoming Wekan release
|
||||
# v0.23 2017-05-21 Wekan release
|
||||
|
||||
This release adds the following new features:
|
||||
|
||||
|
|
|
|||
2
app.json
2
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": "https://wekan.io",
|
||||
"website": "https://wekan.github.io",
|
||||
"env": {
|
||||
"BUILDPACK_URL": "https://github.com/AdmitHub/meteor-buildpack-horse.git",
|
||||
"ROOT_URL": {
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "wekan",
|
||||
"version": "0.21.0",
|
||||
"version": "0.23.0",
|
||||
"description": "The open-source Trello-like kanban",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue