mirror of
https://github.com/jikan-me/jikan-rest.git
synced 2025-02-20 11:23:35 +08:00
update version
This commit is contained in:
parent
9f6ee54cc3
commit
a3ce8dbe5c
@ -13,6 +13,7 @@ require_once __DIR__.'/../vendor/autoload.php';
|
||||
*/
|
||||
defined('BLACKLIST_PATH') or define('BLACKLIST_PATH', __DIR__.'/../storage/app/blacklist.json');
|
||||
defined('JIKAN_PARSER_VERSION') or define('JIKAN_PARSER_VERSION', Versions::getVersion('jikan-me/jikan'));
|
||||
defined('JIKAN_REST_API_VERSION') or define('JIKAN_REST_API_VERSION', '3.4');
|
||||
|
||||
|
||||
/*
|
||||
|
@ -5,7 +5,7 @@ $router->get('/', function () use ($router) {
|
||||
return response()->json([
|
||||
'Author' => '@irfanDahir',
|
||||
'Discord' => 'https://discord.gg/4tvCr36',
|
||||
'Version' => '3.4-RC2',
|
||||
'Version' => JIKAN_REST_API_VERSION,
|
||||
'JikanPHP' => JIKAN_PARSER_VERSION,
|
||||
'Website' => 'https://jikan.moe',
|
||||
'Docs' => 'https://jikan.docs.apiary.io',
|
||||
|
Loading…
x
Reference in New Issue
Block a user