summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-12-11 21:15:15 +0500
committerilotterytea <iltsu@alright.party>2025-12-11 21:15:15 +0500
commit3cc6c32daa017937daa6a95f5e643ea0d4022958 (patch)
treea35242e1ee0d4113f7910443becb88f8a50803cc
parentc0e9082e7d3d8fc3aa07cf707e524299764fb925 (diff)
upd: 0.3.1 -> 0.4.0HEADv0.4.0master
-rw-r--r--lib/version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/version.php b/lib/version.php
index d666783..391e463 100644
--- a/lib/version.php
+++ b/lib/version.php
@@ -1,7 +1,7 @@
<?php
// please leave it as it is ;)
define("TINYEMOTES_NAME", "TinyEmotes");
-define("TINYEMOTES_VERSION", "0.3.1");
+define("TINYEMOTES_VERSION", "0.4.0");
define("TINYEMOTES_LINK", "https://git.ilt.su/tiny/emotes.git");
if ($s = file_get_contents("{$_SERVER['DOCUMENT_ROOT']}/.git/refs/heads/master")) {