From 4b304b0a181e124927e5e951db288e753bdf4081 Mon Sep 17 00:00:00 2001 From: Sebastiano Armeli-Battana Date: Sun, 14 Oct 2012 12:50:38 +1100 Subject: [PATCH] Version 1.0 Released --- CHANGELOG.txt | 3 ++- package.json | 4 ++-- src/jail.js | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d42e128..b80298c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,9 +1,10 @@ -JAIL 1.0 (14/10/2011) +JAIL 1.0.0 (14/10/2011) ----------------------- - - Important fix inside _isVisibleInContainer() aroudn checking if the parent of the image exists - Grunt.js support - Switched from YUITest to Jasmine - AMD support improvements (see example 14-15) +- Travic CI support JAIL 0.9.9 (30/12/2011) ----------------------- - diff --git a/package.json b/package.json index be5e01c..106be6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jail", - "version": "1.0", + "version": "1.0.0", "title": "JAIL - Jquery Asynchronous Image Loader", "description": "The main purpose of this plugin to animate color properties on elements using jQuery's .animate()", "author": { @@ -9,7 +9,7 @@ "email": "seba.armeli@gmail.com" }, "dependencies": { - "jquery": "~>1.3.2" + "jquery": "~1.7.2" }, "devDependencies": { "grunt": "~0.3.9", diff --git a/src/jail.js b/src/jail.js index 4330ef3..e21630f 100644 --- a/src/jail.js +++ b/src/jail.js @@ -15,7 +15,7 @@ * @link http://github.com/sebarmeli/JAIL * @author Sebastiano Armeli-Battana * @date 14/10/2012 -* @version 1.0 +* @version 1.0.0 * */ ;(function ( name, definition ){