From 07d01e18326fcd69c4268ba143a909863a330a7b Mon Sep 17 00:00:00 2001 From: Aleteoryx Date: Thu, 15 Aug 2024 23:16:10 +0100 Subject: version bump --- README.md | 2 +- visitors.php | 2 +- 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/'); -- cgit v1.2.3-54-g00ecf