Skip to content

Commit

Permalink
Build version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ArunMichaelDsouza committed Feb 25, 2017
1 parent 8ec8031 commit 471ac69
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ AngularJS module to embed Youtube videos with support for Youtube player paramet
Use ng-youtube-embed directly from jsdelivr CDN

```html
https://cdn.jsdelivr.net/angular.youtube-embed/1.7.7/ng-youtube-embed.min.js
https://cdn.jsdelivr.net/angular.youtube-embed/1.7.8/ng-youtube-embed.min.js
```

#### via bower
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ng-youtube-embed",
"main": "build/ng-youtube-embed.min.js",
"version": "1.7.7",
"version": "1.7.8",
"homepage": "https://github.com/ArunMichaelDsouza/ng-youtube-embed",
"authors": [
"Arun Michael Dsouza <[email protected]>"
Expand Down
6 changes: 6 additions & 0 deletions build/ng-youtube-embed.min.js

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
@@ -1,6 +1,6 @@
{
"name": "ng-youtube-embed",
"version": "1.7.7",
"version": "1.7.8",
"description": "AngularJS module to embed Youtube videos with support for Youtube player parameters and JavaScript API for iframe embeds. Superlight (less than 5KB) and easy to use! Supports Youtube video URLs and IDs. No 3rd party JS dependencies. ",
"main": "build/ng-youtube-embed.min.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/ng-youtube-embed.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
ng-youtube-embed v1.7.7
ng-youtube-embed v1.7.8
Copyright (c) 2015 Arun Michael Dsouza ([email protected])
Licence: MIT
Demo on CodePen - http://codepen.io/amdsouza92/pen/yNxyJV
Expand Down

0 comments on commit 471ac69

Please sign in to comment.