summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-05-16 03:42:41 +0500
committerilotterytea <iltsu@alright.party>2025-05-16 03:42:41 +0500
commit89da0f12c59768bce39371b12a181706df982999 (patch)
tree6d0f1dcc3fb38f8fb15128867468f2a5787cb741
parentb7f98ae1ab924edebb5a06506cc8545956fd8443 (diff)
upd: 0.2.2 -> 0.3.0
-rw-r--r--src/version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.php b/src/version.php
index 29af9c3..424a857 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.2");
+define("TINYEMOTES_VERSION", "0.3.0");
define("TINYEMOTES_LINK", "https://github.com/ilotterytea/tinyemotes");
if ($s = file_get_contents("../.git/refs/heads/master")) {