summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-05-11 16:58:24 +0500
committerilotterytea <iltsu@alright.party>2025-05-11 16:58:24 +0500
commitb734bb1853802cf8f7a4ea39861cc5c98ffedfda (patch)
treeb1f07aa93d0c5b98ec7d1813511af4aa2dc43d7c
parenta2caf8da676ab5b3c240c13ccc0255b28263a3c5 (diff)
upd: 0.2 -> 0.2.1
-rw-r--r--src/version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.php b/src/version.php
index fb3273c..c746558 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");
+define("TINYEMOTES_VERSION", "0.2.1");
define("TINYEMOTES_LINK", "https://github.com/ilotterytea/tinyemotes");
if ($s = file_get_contents("../.git/refs/heads/master")) {