Browse Source

Wekan release v0.23

Lauri Ojansivu 8 years ago
parent
commit
132a348486
4 changed files with 4 additions and 4 deletions
  1. 1 1
      CHANGELOG.md
  2. 1 1
      app.json
  3. 1 1
      docker-compose.yml
  4. 1 1
      package.json

+ 1 - 1
CHANGELOG.md

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

+ 1 - 1
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": {

+ 1 - 1
docker-compose.yml

@@ -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 - 1
package.json

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