Skip to content

Commit

Permalink
Merge pull request #12 from stopfstedt/api_version_bump
Browse files Browse the repository at this point in the history
Api version bump
  • Loading branch information
stopfstedt authored Aug 11, 2020
2 parents 149fb31 + 8c8228d commit e9ca9a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion classes/ilios_client.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class ilios_client extends \curl {
/**
* @var string Path-prefix to API routes.
*/
const API_URL = '/api/v1';
const API_URL = '/api/v3';

/**
* @var string Authentication route path.
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
defined('MOODLE_INTERNAL') || die();

$plugin->version = 2017101000;
$plugin->version = 2020081100;
$plugin->requires = 2016112900;
$plugin->component = 'local_iliosapiclient';
$plugin->release = '1.1.0';
$plugin->release = '1.2.0';

0 comments on commit e9ca9a8

Please sign in to comment.