diff --git a/README.md b/README.md index 68ddd949..f562ecc0 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ And although IE<=8 is not supported, this plugin is future-proof. jquery.panzoom.min.js (12.09kb/4.55kb gzip), included in this repo, is compressed with [uglifyjs](https://github.com/mishoo/UglifyJS). -[Download v2.0.0](https://raw.github.com/timmywil/jquery.panzoom/2.0.0/dist/jquery.panzoom.min.js) -[Development version](https://raw.github.com/timmywil/jquery.panzoom/2.0.0/dist/jquery.panzoom.js) +[Download v2.0.1](https://raw.github.com/timmywil/jquery.panzoom/2.0.1/dist/jquery.panzoom.min.js) +[Development version](https://raw.github.com/timmywil/jquery.panzoom/2.0.1/dist/jquery.panzoom.js) For common support questions, see [the FAQ](https://github.com/timmywil/jquery.panzoom#faq) at the bottom. diff --git a/bower.json b/bower.json index 8275c1bd..22820127 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jquery.panzoom", - "version": "2.0.0", + "version": "2.0.1", "main": "dist/jquery.panzoom.js", "ignore": [ "**/.*", diff --git a/dist/jquery.panzoom.js b/dist/jquery.panzoom.js index 8917bead..12345a74 100644 --- a/dist/jquery.panzoom.js +++ b/dist/jquery.panzoom.js @@ -1,5 +1,5 @@ /** - * @license jquery.panzoom.js v2.0.0 + * @license jquery.panzoom.js v2.0.1 * Updated: Thu Mar 27 2014 * Add pan and zoom functionality to any element * Copyright (c) 2014 timmy willison diff --git a/dist/jquery.panzoom.min.js b/dist/jquery.panzoom.min.js index 9aac46ce..8fbc465b 100644 --- a/dist/jquery.panzoom.min.js +++ b/dist/jquery.panzoom.min.js @@ -1,5 +1,5 @@ /** - * @license jquery.panzoom.js v2.0.0 + * @license jquery.panzoom.js v2.0.1 * Updated: Thu Mar 27 2014 * Add pan and zoom functionality to any element * Copyright (c) 2014 timmy willison diff --git a/package.json b/package.json index 0ea1af67..69a03827 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jquery.panzoom", - "version": "2.0.0", + "version": "2.0.1", "main": "dist/jquery.panzoom.js", "repository": { "type": "git", diff --git a/panzoom.jquery.json b/panzoom.jquery.json index 7a6328b1..4e8291da 100644 --- a/panzoom.jquery.json +++ b/panzoom.jquery.json @@ -9,7 +9,7 @@ "zoom", "panzoom" ], - "version": "2.0.0", + "version": "2.0.1", "author": { "name": "Timmy Willison", "email": "timmywillisn@gmail.com",