aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleteoryx <alyx@aleteoryx.me>2024-08-15 23:16:10 +0100
committerAleteoryx <alyx@aleteoryx.me>2024-08-15 23:16:10 +0100
commit07d01e18326fcd69c4268ba143a909863a330a7b (patch)
treeea11b0bfb1033099ab5e8c7e8c52ae1da2441be0
parent548b65ad73058289812e59ac1cfba1f9b3a17de4 (diff)
downloadvisitors_dot_php-master.tar.gz
visitors_dot_php-master.tar.bz2
visitors_dot_php-master.zip
version bumpHEAD0.0.2master
-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/');