Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxelweb committed Jul 2, 2021
1 parent 9955df5 commit dede96d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions _updates/wt.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version" : "1.0.1",
"date" : "01-07-2021",
"version" : "1.0.2",
"date" : "02-07-2021",
"status" : "stable",
"description" : "Add Dockerfile and docker-compose for Docker support. Fixed a minor warning if data is empty."
"description" : "Fix Dockerfile and docker-compose permissions to write."
}
2 changes: 1 addition & 1 deletion res/utils/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function info()
}


define("VERSION", "1.0.1");
define("VERSION", "1.0.2");
define("REPO", "https://github.com/Maxelweb/workflow-tracker");
$name = isset($_GET['name']) ? $_GET['name'] : $_config->homepage_repo;

Expand Down

0 comments on commit dede96d

Please sign in to comment.