From 9fae89dc56dc28aed6898a760d69e7d3f3bb0591 Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Wed, 20 Nov 2013 11:35:24 -0500 Subject: [PATCH] Release 1.8.2 --- README.md | 4 ++-- bower.json | 2 +- dist/jquery.panzoom.js | 2 +- dist/jquery.panzoom.min.js | 2 +- package.json | 2 +- panzoom.jquery.json | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 85316a30..45d2baec 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ And although IE<=8 is not supported, this plugin is future-proof. jquery.panzoom.min.js (11.2kb/4.2kb gzip), included in this repo, is compressed with [uglifyjs](https://github.com/mishoo/UglifyJS). -[Download v1.8.1](https://raw.github.com/timmywil/jquery.panzoom/v1.8.1/dist/jquery.panzoom.min.js) -[Development version](https://raw.github.com/timmywil/jquery.panzoom/v1.8.1/dist/jquery.panzoom.js) +[Download v1.8.2](https://raw.github.com/timmywil/jquery.panzoom/v1.8.2/dist/jquery.panzoom.min.js) +[Development version](https://raw.github.com/timmywil/jquery.panzoom/v1.8.2/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 b1c6280e..2bd1fdad 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jquery.panzoom", - "version": "1.8.1", + "version": "1.8.2", "main": "dist/jquery.panzoom.js", "ignore": [ "**/.*", diff --git a/dist/jquery.panzoom.js b/dist/jquery.panzoom.js index f14bb432..19fb773b 100644 --- a/dist/jquery.panzoom.js +++ b/dist/jquery.panzoom.js @@ -1,5 +1,5 @@ /** - * @license jquery.panzoom.js v1.8.1 + * @license jquery.panzoom.js v1.8.2 * Updated: Wed Nov 20 2013 * Add pan and zoom functionality to any element * Copyright (c) 2013 timmy willison diff --git a/dist/jquery.panzoom.min.js b/dist/jquery.panzoom.min.js index 61779fb6..a4052dcc 100644 --- a/dist/jquery.panzoom.min.js +++ b/dist/jquery.panzoom.min.js @@ -1,5 +1,5 @@ /** - * @license jquery.panzoom.js v1.8.1 + * @license jquery.panzoom.js v1.8.2 * Updated: Wed Nov 20 2013 * Add pan and zoom functionality to any element * Copyright (c) 2013 timmy willison diff --git a/package.json b/package.json index c839ef8c..6317d330 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jquery.panzoom", - "version": "1.8.1", + "version": "1.8.2", "main": "dist/jquery.panzoom.js", "repository": { "type": "git", diff --git a/panzoom.jquery.json b/panzoom.jquery.json index 22ff70d9..d6d1857d 100644 --- a/panzoom.jquery.json +++ b/panzoom.jquery.json @@ -9,7 +9,7 @@ "zoom", "panzoom" ], - "version": "1.8.1", + "version": "1.8.2", "author": { "name": "Timmy Willison", "email": "timmywillisn@gmail.com",