Skip to content

Commit

Permalink
🎉 Release v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idiotWu committed Jul 25, 2016
1 parent ca11721 commit d08bccc
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
@@ -1,6 +1,6 @@
{
"name": "smooth-scrollbar",
"version": "7.0.0",
"version": "7.1.0",
"authors": [
"Dolphin Wood <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion dist/smooth-scrollbar.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
exports.default = _smoothScrollbar.SmoothScrollbar;


_smoothScrollbar.SmoothScrollbar.version = "7.0.0";
_smoothScrollbar.SmoothScrollbar.version = "7.1.0";

/**
* init scrollbar on given element
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smooth-scrollbar",
"version": "7.0.0",
"version": "7.1.0",
"description": "Customize scrollbar in modern browsers with smooth scrolling experience.",
"main": "dist/smooth-scrollbar.js",
"style": "dist/smooth-scrollbar.css",
Expand Down

0 comments on commit d08bccc

Please sign in to comment.