From 0e48c23a19ab89b89eaf3a62f6421385faee94fb Mon Sep 17 00:00:00 2001 From: Tom Doan Date: Tue, 27 Jan 2015 00:20:11 +0800 Subject: [PATCH] Update to v1.2.5 --- .travis.yml | 6 +++--- bower.json | 2 +- dist/js/jquery.magnify.js | 2 +- package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index f783911..0c0954f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +language: node_js +script: /bin/true +install: /bin/true deploy: provider: npm email: thdoan@gmail.com @@ -6,6 +9,3 @@ deploy: on: tags: true repo: thdoan/magnify - language: node_js - script: /bin/true - install: /bin/true diff --git a/bower.json b/bower.json index 57a3bc0..445055b 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "magnify", "description": "A simple, lightweight jQuery magnifying glass zoom plugin.", - "version": "1.2.4", + "version": "1.2.5", "main": [ "dist/css/magnify.css", "dist/js/jquery.magnify.js" diff --git a/dist/js/jquery.magnify.js b/dist/js/jquery.magnify.js index 547b538..d5e743f 100644 --- a/dist/js/jquery.magnify.js +++ b/dist/js/jquery.magnify.js @@ -1,5 +1,5 @@ /*! - * jQuery Magnify Plugin v1.2.4 by Tom Doan (http://thdoan.github.io/magnify/) + * jQuery Magnify Plugin v1.2.5 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. diff --git a/package.json b/package.json index 89cdddf..5b8529d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magnify", - "version": "1.2.4", + "version": "1.2.5", "description": "A simple, lightweight jQuery magnifying glass zoom plugin.", "keywords": [ "jquery-plugin",