Skip to content

Commit

Permalink
bump to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sandstrom committed Mar 28, 2018
1 parent 71f79a1 commit 8efa64c
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": "pinch-zoom-js",
"version": "2.0.0",
"version": "2.1.0",
"description": "Browser library for multi-touch gestures to zoom and drag on any DOM element.",
"author": "Manuel Stofer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/pinch-zoom.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ var definePinchZoom = function () {

/**
* Pinch zoom
* @version 2.0.0
* @version 2.1.0
* @author Manuel Stofer <mst@rtp.ch>
* @param el
* @param options
Expand Down

0 comments on commit 8efa64c

Please sign in to comment.