Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ksindi committed Dec 27, 2019
1 parent 8ab9450 commit f2571db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jwplayer/jwplatform",
"type": "library",
"description": "Official JW Player client",
"version": "v1.6.3",
"version": "v1.7.0",
"keywords": [
"jwplayer",
"jwplatform",
Expand Down
2 changes: 1 addition & 1 deletion src/JwplatformAPI.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class JwplatformAPI {

/** @var string API current version */
private $_version = '1.6.3';
private $_version = '1.7.0';

/** @var array API urls */
private const urls = [
Expand Down

0 comments on commit f2571db

Please sign in to comment.