Skip to content

Commit

Permalink
update to v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ustbhuangyi committed Dec 20, 2017
1 parent 48388e2 commit 647c425
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-scroll",
"version": "1.6.0",
"version": "1.6.1",
"description": "inspired by iscroll, and it has a better scroll perfermance",
"author": {
"name": "huangyi",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ scrollbarMixin(BScroll)
pullDownMixin(BScroll)
pullUpMixin(BScroll)

BScroll.Version = '1.6.0'
BScroll.Version = '1.6.1'

export default BScroll

0 comments on commit 647c425

Please sign in to comment.