aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--visitors.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3f99aa7..528bb5c 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ A single-php-file guestbook with customizability and ease-of-deployment in mind.
An emphemeral demo is available [here](https://gb.aleteoryx.me/demo.php).
-**Current version: `0.0.1`.**
+**Current version: `0.0.2`.**
The first number is reserved for future use.
The second number is the database version.
diff --git a/visitors.php b/visitors.php
index b50756f..9e9693c 100644
--- a/visitors.php
+++ b/visitors.php
@@ -13,7 +13,7 @@
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
$config = array();
-define('VERSION', '0.0.1');
+define('VERSION', '0.0.2');
define('GIT_REPO', 'https://git.aleteoryx.me/cgit/visitors_dot_php/');