Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ustbhuangyi committed Sep 11, 2017
1 parent 66b0ed5 commit 87f4098
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.2.6",
"version": "1.3.0",
"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.2.6'
BScroll.Version = '1.3.0'

export default BScroll

0 comments on commit 87f4098

Please sign in to comment.