summaryrefslogtreecommitdiff
path: root/src/version.php
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-05-12 14:24:21 +0500
committerilotterytea <iltsu@alright.party>2025-05-12 14:24:21 +0500
commitef2129093b31c488b17d90cf35fab5f46ba436b5 (patch)
treecc99189b3203cde0848bfd5c445f74dd89b4a573 /src/version.php
parent61b95aabbc33feb4c4118027ea53a85b5d89e4f0 (diff)
upd: 0.2.1 -> 0.2.2
Diffstat (limited to 'src/version.php')
-rw-r--r--src/version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.php b/src/version.php
index c746558..29af9c3 100644
--- a/src/version.php
+++ b/src/version.php
@@ -1,7 +1,7 @@
<?php
// please leave it as it is ;)
define("TINYEMOTES_NAME", "TinyEmotes");
-define("TINYEMOTES_VERSION", "0.2.1");
+define("TINYEMOTES_VERSION", "0.2.2");
define("TINYEMOTES_LINK", "https://github.com/ilotterytea/tinyemotes");
if ($s = file_get_contents("../.git/refs/heads/master")) {