diff options
| author | ilotterytea <iltsu@alright.party> | 2025-05-16 17:27:13 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-05-16 17:27:13 +0500 |
| commit | 6541d0f3888862ab049055fd418b700f73eed367 (patch) | |
| tree | 1b4e821ca9d3831411d311912ede7da6ed389382 | |
| parent | 3a37adb613e7e0ba674833082811ff802bb9960f (diff) | |
upd: 0.3.0 -> 0.3.1
| -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 424a857..8c0545a 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.3.0"); +define("TINYEMOTES_VERSION", "0.3.1"); define("TINYEMOTES_LINK", "https://github.com/ilotterytea/tinyemotes"); if ($s = file_get_contents("../.git/refs/heads/master")) { |
