Skip to content

Commit

Permalink
update to v1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ustbhuangyi committed Jan 21, 2019
1 parent ec80ecc commit 5da9b38
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.14.0",
"version": "1.14.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 @@ -39,6 +39,6 @@ mouseWheelMixin(BScroll)
zoomMixin(BScroll)
infiniteMixin(BScroll)

BScroll.Version = '1.14.0'
BScroll.Version = '1.14.1'

export default BScroll

0 comments on commit 5da9b38

Please sign in to comment.