Skip to content

Commit

Permalink
Release 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Apr 2, 2014
1 parent 609afa1 commit 3b30a6a
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 @@ -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.

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": "2.0.3",
"version": "2.0.4",
"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 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
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": "2.0.3",
"version": "2.0.4",
"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": "2.0.3",
"version": "2.0.4",
"author": {
"name": "Timmy Willison",
"email": "[email protected]",
Expand Down

0 comments on commit 3b30a6a

Please sign in to comment.