Skip to content

Commit

Permalink
Update version to 0.2.3
Browse files Browse the repository at this point in the history
And update dependencies
  • Loading branch information
dkarchmer committed Nov 22, 2016
1 parent 4c61e08 commit 549902e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ myApp.controller('mainController', ['$scope', '$log', '$sce', function($scope, $

### Version Changes

* 0.2.3 fix bower dependency to allow Angular>1.4
* 0.2.2 adds broadcast on player's setup-error
* 0.2.1 adds support for multiple players on same view. jwplayerService.myPlayer is now an object and requires the playerID as key

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-jwplayer",
"version": "0.2.2",
"version": "0.2.3",
"main": "jwplayer.js",
"ignore": [
"src",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-jwplayer",
"version": "0.2.2",
"version": "0.2.3",
"author": "David Karchmer",
"license": "MIT",
"description": "Angular directive for JWPlayer",
Expand Down Expand Up @@ -47,6 +47,6 @@
"wrench": "~1.5.8"
},
"engines": {
"node": ">=0.10.0"
"node": ">=4.0"
}
}

0 comments on commit 549902e

Please sign in to comment.