Skip to content
This repository was archived by the owner on May 5, 2022. It is now read-only.

Commit 15a234b

Browse files
fixing version
1 parent 82f8fc6 commit 15a234b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
*
77
* @author Andreas Tasch, at[tec], attec.at; Stefan Boguth, Boguth.org
88
* @license GNU GPL v3
9-
* @version 0.2.9
9+
* @version 0.3.0
1010
*/
11-
define('VERSION', '0.2.9');
11+
define('VERSION', '0.3.0');
1212
if (!file_exists('files/')) {
1313
mkdir('files/', 0755);
1414
}

0 commit comments

Comments
 (0)