diff options
Diffstat (limited to 'src')
| -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 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")) { |
