Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Release version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschaufi committed Feb 16, 2018
1 parent df6f6c2 commit ff0a2f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project name="Kimai" default="help">

<!-- values depending on the Kimai version and your development environment -->
<property name="release.version" value="1.1.0"/>
<property name="release.version" value="1.2.2"/>
<property name="release.directory" location="/tmp/kimai/"/>

<!-- default target just dumps a copyright notice -->
Expand Down Expand Up @@ -46,6 +46,9 @@
<exclude name=".idea/"/>
<exclude name="tests/"/>
<exclude name="libraries/phpclasses/ultimatemysql/example*"/>
<exclude name="libraries/phpoffice/phpexcel/Examples/**"/>
<exclude name="libraries/phpoffice/phpexcel/unitTests/**"/>
<exclude name="libraries/symfony/yaml/Tests/**"/>
<exclude name="libraries/tecnickcom/tcpdf/examples/**"/>
</patternset>
</fileset>
Expand Down
6 changes: 3 additions & 3 deletions kimai.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"time": "2016-08-23",
"version": "1.1.0",
"revision": "1389",
"time": "2018-02-16",
"version": "1.2.2",
"revision": 1394,
"status": "stable",
"news": "https://www.kimai.org/blog/2013/test-kimai-v0-9-3-beta-1/"
}

0 comments on commit ff0a2f8

Please sign in to comment.