From b0e074c7db2824a7800366dc716b66ee67cb3852 Mon Sep 17 00:00:00 2001 From: Tom Doan Date: Mon, 20 Feb 2017 10:31:07 +0800 Subject: [PATCH] Update version --- bower.json | 2 +- dist/js/jquery.magnify.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index b99e245..f115ad2 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "magnify", "description": "A simple, lightweight jQuery magnifying glass zoom plugin.", - "version": "1.6.19", + "version": "1.7.0", "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 0c02562..ef37817 100644 --- a/dist/js/jquery.magnify.js +++ b/dist/js/jquery.magnify.js @@ -1,5 +1,5 @@ /*! - * jQuery Magnify Plugin v1.6.19 by T. H. Doan (http://thdoan.github.io/magnify/) + * jQuery Magnify Plugin v1.7.0 by T. H. Doan (http://thdoan.github.io/magnify/) * Based on http://thecodeplayer.com/walkthrough/magnifying-glass-for-images-using-jquery-and-css3 * * jQuery Magnify by T. H. Doan is licensed under the MIT License. diff --git a/package.json b/package.json index 6c028fe..f24a8b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magnify", - "version": "1.6.19", + "version": "1.7.0", "description": "A simple, lightweight jQuery magnifying glass zoom plugin.", "keywords": [ "jquery-plugin",