Skip to content

Commit

Permalink
Prepare version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-beguin committed May 4, 2017
1 parent d8e48ca commit fbe65b2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2.2.0 /
# 2.2.0 / 2017-05-04

## NEW FEATURES

Expand Down Expand Up @@ -97,4 +97,4 @@ Image are displayed, audio and video are rendered in HTML5 player. Other files c

# 1.0.1 / 2015-10-26

First stable version of the OpenVeo Player with ov-player directive to wrap an HTML5 or Vimeo player with images synchronization and chapters.
First stable version of the OpenVeo Player with ov-player directive to wrap an HTML5 or Vimeo player with images synchronization and chapters.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ OpenVeo Player is an [AngularJS](https://angularjs.org/) directive to wrap an HT

# Documentation

Documentation is available on [Github pages](http://veo-labs.github.io/openveo-player/2.1.3).
Documentation is available on [Github pages](http://veo-labs.github.io/openveo-player/2.2.0/).

# Contributors

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@
"angular-cookies": "1.4.1",
"video.js": "5.9.2"
},
"version": "2.2.0-RC2"
"version": "2.2.0"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openveo/player",
"version": "2.2.0-RC2",
"version": "2.2.0",
"description": "OpenVeo player to play a video with associated images and chapters",
"keywords": [
"openveo",
Expand All @@ -24,7 +24,7 @@
"url": "https://github.com/veo-labs/openveo-player.git"
},
"devDependencies": {
"@openveo/api": "4.0.0-RC2",
"@openveo/api": "4.0.0",
"chai": "3.5.0",
"grunt": "1.0.1",
"grunt-contrib-compass": "1.1.1",
Expand Down

0 comments on commit fbe65b2

Please sign in to comment.