From d433785d91f2a04a27a53e2ea986beedd1b0a28c Mon Sep 17 00:00:00 2001 From: Duncan McDougall Date: Fri, 28 Aug 2015 21:55:52 +0100 Subject: [PATCH] v1.3 --- jquery.lightbox.js | 2 +- jquery.lightbox.min.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jquery.lightbox.js b/jquery.lightbox.js index 4c80ff0..adcc21e 100644 --- a/jquery.lightbox.js +++ b/jquery.lightbox.js @@ -1,5 +1,5 @@ /*! - * jquery.lightbox.js v1.2 + * jquery.lightbox.js v1.3 * https://github.com/duncanmcdougall/Responsive-Lightbox * Copyright 2015 Duncan McDougall and other contributors; @license Creative Commons Attribution 2.5 * diff --git a/jquery.lightbox.min.js b/jquery.lightbox.min.js index 4a9e902..72c58f8 100644 --- a/jquery.lightbox.min.js +++ b/jquery.lightbox.min.js @@ -1,5 +1,5 @@ /*! - * jquery.lightbox.js v1.2 + * jquery.lightbox.js v1.3 * https://github.com/duncanmcdougall/Responsive-Lightbox * Copyright 2015 Duncan McDougall and other contributors; @license Creative Commons Attribution 2.5 * diff --git a/package.json b/package.json index 1d48db8..2cd4850 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "url": "https://github.com/duncanmcdougall/Responsive-Lightbox.git" }, "bugs": "https://github.com/duncanmcdougall/Responsive-Lightbox/issues", - "version": "1.0.0", + "version": "1.3.0", "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-cssmin": "^0.13.0",