Skip to content

Commit 8f1e7f7

Browse files
committed
update version to 4.3.0
1 parent 555a4c4 commit 8f1e7f7

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.2.0
1+
4.3.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rx-player",
33
"author": "Canal+",
4-
"version": "4.2.0",
4+
"version": "4.3.0",
55
"description": "Canal+ HTML5 Video Player",
66
"main": "./dist/commonjs/index.js",
77
"module": "./dist/es2017/index.js",

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sonar.projectKey=rx-player
22
sonar.organization=rx-player
33
sonar.projectName=rx-player
4-
sonar.projectVersion=4.2.0
4+
sonar.projectVersion=4.3.0
55
sonar.sources=./src,./demo,./tests
66
sonar.exclusions=demo/bundle.js,
77
sonar.host.url=https://sonarcloud.io

src/main_thread/api/public_api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ class Player extends EventEmitter<IPublicAPIEvent> {
408408
// See: https://bugzilla.mozilla.org/show_bug.cgi?id=1194624
409409
videoElement.preload = "auto";
410410

411-
this.version = /* PLAYER_VERSION */ "4.2.0";
411+
this.version = /* PLAYER_VERSION */ "4.3.0";
412412
this.log = log;
413413
this.state = "STOPPED";
414414
this.videoElement = videoElement;
@@ -3415,7 +3415,7 @@ class Player extends EventEmitter<IPublicAPIEvent> {
34153415
}
34163416
}
34173417
}
3418-
Player.version = /* PLAYER_VERSION */ "4.2.0";
3418+
Player.version = /* PLAYER_VERSION */ "4.3.0";
34193419

34203420
/** Every events sent by the RxPlayer's public API. */
34213421
interface IPublicAPIEvent {

0 commit comments

Comments
 (0)