Merge pull request #3938 from turbo124/v2

Bump version for release
This commit is contained in:
David Bomba 2020-07-28 07:47:44 +10:00 committed by GitHub
commit c8eb191bb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'),