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

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soldag committed Jul 25, 2018
1 parent 7750a57 commit e75d2f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"homepage": "https://github.com/openHPI/video-player#readme",
"name": "video-player",
"version": "2.1.0",
"version": "2.2.0",
"contributors": [
{
"name": "Henriette Dinger"
Expand Down
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @type {String}
*/
// eslint-disable-next-line capitalized-comments
export const VERSION = '2.1.0'; // auto-generated-version
export const VERSION = '2.2.0'; // auto-generated-version

/**
* Contains the different play states.
Expand Down

0 comments on commit e75d2f1

Please sign in to comment.