Skip to content

Commit

Permalink
Bump version to 1.1.1 in Codeplx configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny159 committed Jan 9, 2025
1 parent 2c9854f commit 9a85128
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions config/codeplx.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
<?php
return [
// Version
'version' => '1.1.0',
'version' => '1.1.1',

// The API key for the Codeplx Support API
'api_key' => env('CODEPLX_API_KEY'),

// The endpoint for the Codeplx Support API
'endpoint' => env('CODEPLX_ENDPOINT', 'https://support.codeplx.com'),
];

0 comments on commit 9a85128

Please sign in to comment.