Skip to content

Commit ac1f5a8

Browse files
committed
bump version
1 parent 50b49c3 commit ac1f5a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ MIT
5656
[npm-url]: https://npmjs.org/package/scrollparent
5757
[downloads-image]: http://img.shields.io/npm/dm/scrollparent.svg
5858
[downloads-url]: https://npmjs.org/package/scrollparent
59-
[size-image]: https://badge-size.herokuapp.com/olahol/scrollparent.js/master/scrollparent.js
59+
[size-image]: https://img.badgesize.io/olahol/scrollparent.js/master/scrollparent.js.svg
6060
[size-url]: https://github.com/olahol/scrollparent.js/blob/master/scrollparent.js

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"scrollparent.js"
55
],
66
"dependencies": {},
7-
"version": "2.0.1",
7+
"version": "2.1.0",
88
"homepage": "https://github.com/olahol/scrollparent.js",
99
"description": "A function to get the scrolling parent of an html element.",
1010
"keywords": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scrollparent",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "A function to get the scrolling parent of an html element.",
55
"main": "scrollparent.js",
66
"repository": {

0 commit comments

Comments
 (0)