We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f79a1 commit 8efa64cCopy full SHA for 8efa64c
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pinch-zoom-js",
3
- "version": "2.0.0",
+ "version": "2.1.0",
4
"description": "Browser library for multi-touch gestures to zoom and drag on any DOM element.",
5
"author": "Manuel Stofer",
6
"license": "MIT",
src/pinch-zoom.js
@@ -76,7 +76,7 @@ var definePinchZoom = function () {
76
77
/**
78
* Pinch zoom
79
- * @version 2.0.0
+ * @version 2.1.0
80
* @author Manuel Stofer <mst@rtp.ch>
81
* @param el
82
* @param options
0 commit comments