We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab9450 commit f2571dbCopy full SHA for f2571db
2 files changed
composer.json
@@ -2,7 +2,7 @@
2
"name": "jwplayer/jwplatform",
3
"type": "library",
4
"description": "Official JW Player client",
5
- "version": "v1.6.3",
+ "version": "v1.7.0",
6
"keywords": [
7
"jwplayer",
8
"jwplatform",
src/JwplatformAPI.php
@@ -7,7 +7,7 @@
class JwplatformAPI {
9
/** @var string API current version */
10
- private $_version = '1.6.3';
+ private $_version = '1.7.0';
11
12
/** @var array API urls */
13
private const urls = [
0 commit comments