Skip to content

Commit 8efa64c

Browse files
committed
bump to 2.1.0
1 parent 71f79a1 commit 8efa64c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pinch-zoom-js",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Browser library for multi-touch gestures to zoom and drag on any DOM element.",
55
"author": "Manuel Stofer",
66
"license": "MIT",

src/pinch-zoom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ var definePinchZoom = function () {
7676

7777
/**
7878
* Pinch zoom
79-
* @version 2.0.0
79+
* @version 2.1.0
8080
* @author Manuel Stofer <mst@rtp.ch>
8181
* @param el
8282
* @param options

0 commit comments

Comments
 (0)