Skip to content

Commit

Permalink
Update to v1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Doan committed Jan 26, 2015
1 parent 0e48c23 commit 26d54cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ deploy:
on:
tags: true
repo: thdoan/magnify
all_branches: true
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.5",
"version": "1.2.6",
"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.5 by Tom Doan (http://thdoan.github.io/magnify/)
* jQuery Magnify Plugin v1.2.6 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.5",
"version": "1.2.6",
"description": "A simple, lightweight jQuery magnifying glass zoom plugin.",
"keywords": [
"jquery-plugin",
Expand Down

0 comments on commit 26d54cc

Please sign in to comment.