Skip to content

Commit

Permalink
Release 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Nov 20, 2013
1 parent 783ceec commit 9fae89d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
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": "1.8.1",
"version": "1.8.2",
"main": "dist/jquery.panzoom.js",
"ignore": [
"**/.*",
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.panzoom.js
Original file line number Diff line number Diff line change
@@ -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
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": "1.8.1",
"version": "1.8.2",
"main": "dist/jquery.panzoom.js",
"repository": {
"type": "git",
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": "1.8.1",
"version": "1.8.2",
"author": {
"name": "Timmy Willison",
"email": "[email protected]",
Expand Down

0 comments on commit 9fae89d

Please sign in to comment.