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

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschaufi committed May 19, 2018
1 parent ee57baf commit 0078098
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 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.3.0"/>
<property name="release.version" value="1.3.1"/>
<property name="release.directory" location="/tmp/kimai/"/>

<!-- default target just dumps a copyright notice -->
Expand Down
2 changes: 1 addition & 1 deletion includes/version.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
$kga['version'] = '1.3.0';
$kga['version'] = '1.3.1';
$kga['revision'] = 1394; // database revision number (incremented whenever the database changes)
$kga['status'] = ''; // leave blank if stable
2 changes: 1 addition & 1 deletion kimai.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"time": "2018-05-18",
"version": "1.3.0",
"version": "1.3.1",
"revision": 1394,
"status": "stable",
"news": "https://www.kimai.org/blog/2013/test-kimai-v0-9-3-beta-1/"
Expand Down
1 change: 1 addition & 0 deletions updater/updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -1185,6 +1185,7 @@

// release of kimai 1.2.2
// release of kimai 1.3.0
// release of kimai 1.3.1

// ================================================================================
// FINALIZATION: update DB version number
Expand Down

0 comments on commit 0078098

Please sign in to comment.