Skip to content

Commit

Permalink
Version 1.0 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
sebarmeli committed Oct 14, 2012
1 parent 339ba4e commit 4b304b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -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)
----------------------- -
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -9,7 +9,7 @@
"email": "[email protected]"
},
"dependencies": {
"jquery": "~>1.3.2"
"jquery": "~1.7.2"
},
"devDependencies": {
"grunt": "~0.3.9",
Expand Down
2 changes: 1 addition & 1 deletion src/jail.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ){
Expand Down

0 comments on commit 4b304b0

Please sign in to comment.