Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Irfan committed Nov 18, 2019
1 parent 9f6ee54 commit a3ce8db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bootstrap/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/
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');


/*
Expand Down
2 changes: 1 addition & 1 deletion routes/web.v3.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
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',
Expand Down

0 comments on commit a3ce8db

Please sign in to comment.