diff options
| author | ilotterytea <iltsu@alright.party> | 2025-05-11 16:58:24 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-05-11 16:58:24 +0500 |
| commit | b734bb1853802cf8f7a4ea39861cc5c98ffedfda (patch) | |
| tree | b1f07aa93d0c5b98ec7d1813511af4aa2dc43d7c /src/version.php | |
| parent | a2caf8da676ab5b3c240c13ccc0255b28263a3c5 (diff) | |
upd: 0.2 -> 0.2.1
Diffstat (limited to 'src/version.php')
| -rw-r--r-- | src/version.php | 2 |
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")) { |
