diff --git a/README.md b/README.md index ca7c9f40..34111694 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.42kb/4.74kb gzip), included in this repo, is compressed with [uglifyjs](https://github.com/mishoo/UglifyJS). -[Download v2.0.3](https://raw.github.com/timmywil/jquery.panzoom/2.0.3/dist/jquery.panzoom.min.js) -[Development version](https://raw.github.com/timmywil/jquery.panzoom/2.0.3/dist/jquery.panzoom.js) +[Download v2.0.4](https://raw.github.com/timmywil/jquery.panzoom/2.0.4/dist/jquery.panzoom.min.js) +[Development version](https://raw.github.com/timmywil/jquery.panzoom/2.0.4/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 ff6c5c10..39bd2b38 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jquery.panzoom", - "version": "2.0.3", + "version": "2.0.4", "main": "dist/jquery.panzoom.js", "ignore": [ "**/.*", diff --git a/dist/jquery.panzoom.js b/dist/jquery.panzoom.js index d58afd2e..c7657870 100644 --- a/dist/jquery.panzoom.js +++ b/dist/jquery.panzoom.js @@ -1,5 +1,5 @@ /** - * @license jquery.panzoom.js v2.0.3 + * @license jquery.panzoom.js v2.0.4 * Updated: Wed Apr 02 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 87ea1c44..5073bf8f 100644 --- a/dist/jquery.panzoom.min.js +++ b/dist/jquery.panzoom.min.js @@ -1,5 +1,5 @@ /** - * @license jquery.panzoom.js v2.0.3 + * @license jquery.panzoom.js v2.0.4 * Updated: Wed Apr 02 2014 * Add pan and zoom functionality to any element * Copyright (c) 2014 timmy willison diff --git a/package.json b/package.json index f7a78f53..b756f4f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jquery.panzoom", - "version": "2.0.3", + "version": "2.0.4", "main": "dist/jquery.panzoom.js", "repository": { "type": "git", diff --git a/panzoom.jquery.json b/panzoom.jquery.json index 7fd0c8bd..93eb4a6f 100644 --- a/panzoom.jquery.json +++ b/panzoom.jquery.json @@ -9,7 +9,7 @@ "zoom", "panzoom" ], - "version": "2.0.3", + "version": "2.0.4", "author": { "name": "Timmy Willison", "email": "timmywillisn@gmail.com",