Bump version for releasE

This commit is contained in:
David Bomba 2020-07-28 07:47:13 +10:00
parent 0c81210bc1
commit feba22b0b1
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
5.0.12
5.0.13

View File

@ -12,8 +12,8 @@ return [
'require_https' => env('REQUIRE_HTTPS', true),
'app_url' => rtrim(env('APP_URL', ''), '/') . '/',
'app_domain' => env('APP_DOMAIN', ''),
'app_version' => '5.0.12',
'minimum_client_version' => '5.0.12',
'app_version' => '5.0.13',
'minimum_client_version' => '5.0.13',
'terms_version' => '1.0.1',
'api_secret' => env('API_SECRET', ''),
'google_maps_api_key' => env('GOOGLE_MAPS_API_KEY'),