1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00

Upgrade to upstream version 1.0.41 (closes #43)

This commit is contained in:
Jimmy Monin 2017-03-23 21:59:18 +01:00
parent 096e55b26b
commit 2ff326086a
3 changed files with 3 additions and 2 deletions

View file

@ -33,7 +33,7 @@ From command line:
Infos
-----
Kanboard v1.0.40
Kanboard v1.0.41
Yunohost forum thread: <https://forum.yunohost.org/t/kanboard-package/78>

View file

@ -6,6 +6,7 @@
"en": "Kanboard is a simple visual task board web application",
"fr": "Kanboard est une application web de management de tâches simples"
},
"version": "1.0.41",
"url": "http://kanboard.net/",
"maintainer": {
"name": "mbugeia",

View file

@ -3,7 +3,7 @@
#
# Application version
VERSION="1.0.40"
VERSION="1.0.41"
# Remote URL to fetch application source archive
APPLICATION_SOURCE_URL="https://kanboard.net/kanboard-${VERSION}.zip"