Version bump + dump schema feature

This commit is contained in:
David Bomba 2020-10-22 17:56:47 +11:00
parent 6c1b952111
commit b6acd05184
3 changed files with 1693 additions and 2 deletions

View File

@ -1 +1 @@
5.0.21
5.0.22

View File

@ -12,7 +12,7 @@ return [
'require_https' => env('REQUIRE_HTTPS', true),
'app_url' => rtrim(env('APP_URL', ''), '/').'/',
'app_domain' => env('APP_DOMAIN', ''),
'app_version' => '5.0.21',
'app_version' => '5.0.22',
'minimum_client_version' => '5.0.16',
'terms_version' => '1.0.1',
'api_secret' => env('API_SECRET', ''),

File diff suppressed because it is too large Load Diff