Skip to content
This repository was archived by the owner on Apr 30, 2022. It is now read-only.

Commit 18ff19b

Browse files
committed
2.4.1
1 parent 421c285 commit 18ff19b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
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
@@ -13,7 +13,7 @@
1313
},
1414
"homepage": "https://github.com/openHPI/video-player#readme",
1515
"name": "video-player",
16-
"version": "2.4.0",
16+
"version": "2.4.1",
1717
"contributors": [
1818
{
1919
"name": "Henriette Dinger"

src/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @type {String}
44
*/
55
// eslint-disable-next-line capitalized-comments
6-
export const VERSION = '2.4.0'; // auto-generated-version
6+
export const VERSION = '2.4.1'; // auto-generated-version
77

88
/**
99
* Contains the different play states.

0 commit comments

Comments
 (0)