v dev-2.0.5.1 - updated bundled composer libraries to their latest version

This commit is contained in:
Wruczek 2019-12-19 13:54:31 +01:00
parent 84beffd067
commit d7f5b01a04
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
"ext-mbstring": "*",
"ext-json": "*",
"ext-tokenizer": "*",
"planetteamspeak/ts3-php-framework": "1.1.32",
"planetteamspeak/ts3-php-framework": "1.1.33",
"latte/latte": "~2.4.8",
"wruczek/php-file-cache": "^0",
"simplepie/simplepie": "^1.5",

View File

@ -1,5 +1,5 @@
<?php
define("__TSWEBSITE_VERSION", "dev-2.0.5");
define("__TSWEBSITE_VERSION", "dev-2.0.5.1");
define("__TSWEBSITE_COMMIT", "no-commit");
define("__BASE_DIR", __DIR__ . "/../..");
define("__PRIVATE_DIR", __BASE_DIR . "/private");