Skip to content

Commit

Permalink
Update to v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Doan committed Jan 26, 2015
1 parent e00c5be commit cfedf6d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**/.*
*.json
LICENSE
README.md
README.md
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ Choose from one of the following methods:
- `git clone https://github.com/thdoan/magnify.git`
- `bower install magnify`
- `npm install magnify`
- [Download ZIP](https://github.com/thdoan/magnify/archive/master.zip)
- [Download ZIP](https://github.com/thdoan/magnify/archive/master.zip)
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "magnify",
"description": "A simple, lightweight jQuery magnifying glass zoom plugin.",
"version": "1.2.3",
"version": "1.2.4",
"main": [
"dist/css/magnify.css",
"dist/js/jquery.magnify.js"
Expand Down
2 changes: 1 addition & 1 deletion dist/js/jquery.magnify.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* jQuery Magnify Plugin v1.2.3 by Tom Doan (http://thdoan.github.io/magnify/)
* jQuery Magnify Plugin v1.2.4 by Tom Doan (http://thdoan.github.io/magnify/)
* Based on http://thecodeplayer.com/walkthrough/magnifying-glass-for-images-using-jquery-and-css3
*
* jQuery Magnify by Tom Doan is licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magnify",
"version": "1.2.3",
"version": "1.2.4",
"description": "A simple, lightweight jQuery magnifying glass zoom plugin.",
"keywords": [
"jquery-plugin",
Expand Down

0 comments on commit cfedf6d

Please sign in to comment.