Skip to content

Commit

Permalink
3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Jul 19, 2016
1 parent 64a0263 commit c592634
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery.panzoom",
"version": "3.1.0",
"version": "3.1.1",
"main": "dist/jquery.panzoom.js",
"ignore": [
"**/.*",
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.panzoom.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license jquery.panzoom.js v3.1.0
* @license jquery.panzoom.js v3.1.1
* Updated: Tue Jul 19 2016
* Add pan and zoom functionality to any element
* Copyright (c) timmy willison
Expand Down Expand Up @@ -1076,7 +1076,7 @@
/**
* Starts the pan
* This is bound to mouse/touchmove on the element
* @param {jQuery.Event} event The start event, whether touchstart or mousedown
* @param {jQuery.Event} event An event with pageX, pageY, and possibly the touches list
* @param {TouchList} [touches] The touches list if present
*/
_startMove: function(event, touches) {
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.panzoom.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery.panzoom",
"version": "3.1.0",
"version": "3.1.1",
"description": "A jQuery plugin to pan and/or zoom elements using CSS3",
"main": "dist/jquery.panzoom.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion panzoom.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"zoom",
"panzoom"
],
"version": "3.1.0",
"version": "3.1.1",
"author": {
"name": "Timmy Willison",
"email": "[email protected]",
Expand Down

0 comments on commit c592634

Please sign in to comment.