Skip to content

Commit f2571db

Browse files
committed
Update version
1 parent 8ab9450 commit f2571db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jwplayer/jwplatform",
33
"type": "library",
44
"description": "Official JW Player client",
5-
"version": "v1.6.3",
5+
"version": "v1.7.0",
66
"keywords": [
77
"jwplayer",
88
"jwplatform",

src/JwplatformAPI.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class JwplatformAPI {
88

99
/** @var string API current version */
10-
private $_version = '1.6.3';
10+
private $_version = '1.7.0';
1111

1212
/** @var array API urls */
1313
private const urls = [

0 commit comments

Comments
 (0)