Skip to content

Commit 7b720e1

Browse files
committed
new version for bower dep update
1 parent 7c98f99 commit 7b720e1

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-tooltips",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "Angular.js tooltips module.",
55
"authors": [
66
"Filippo Oretti <[email protected]",
@@ -29,6 +29,6 @@
2929
"tests"
3030
],
3131
"dependencies": {
32-
"angular": "~1.4.7"
32+
"angular": "^1.*.*"
3333
}
3434
}

dist/angular-tooltips.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-tooltips.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*
22
* angular-tooltips
3-
* 1.0.8
3+
* 1.0.9
44
*
55
* Angular.js tooltips module.
66
* http://720kb.github.io/angular-tooltips
77
*
88
* MIT license
9-
* Thu Mar 24 2016
9+
* Wed Apr 13 2016
1010
*/
1111
/*global angular,window*/
1212
(function withAngular(angular, window) {

dist/angular-tooltips.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-tooltips.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-tooltips",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "Angular.js tooltips module.",
55
"homepage": "http://720kb.github.io/angular-tooltips",
66
"main": "index.js",

0 commit comments

Comments
 (0)