diff options
author | Aleteoryx <alyx@aleteoryx.me> | 2024-08-15 23:16:10 +0100 |
---|---|---|
committer | Aleteoryx <alyx@aleteoryx.me> | 2024-08-15 23:16:10 +0100 |
commit | 07d01e18326fcd69c4268ba143a909863a330a7b (patch) | |
tree | ea11b0bfb1033099ab5e8c7e8c52ae1da2441be0 | |
parent | 548b65ad73058289812e59ac1cfba1f9b3a17de4 (diff) | |
download | visitors_dot_php-master.tar.gz visitors_dot_php-master.tar.bz2 visitors_dot_php-master.zip |
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | visitors.php | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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/'); |