Skip to content

Commit

Permalink
bumped version to 0.6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyTheTank committed Dec 31, 2015
1 parent 7b00ae7 commit cf438cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"authors": [
"Jonathan Hornung <jonathan.hornung@gmail.com>"
],
"version": "0.4.13",
"version": "0.6.0",
"description": "youtube plugin for apiNG",
"main": "dist/angular-plugin-youtube.min.js",
"moduleType": [],
Expand Down
2 changes: 1 addition & 1 deletion dist/aping-plugin-youtube.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": "aping-plugin-youtube",
"version": "0.4.13",
"version": "0.6.0",
"description": "youtube plugin for apiNG",
"main": "Gruntfile.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/aping-youtube-directive.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ var jjtApingYoutube = angular.module("jtt_aping_youtube", ['jtt_youtube'])
});
}
}
}]);
}]);

0 comments on commit cf438cb

Please sign in to comment.