Skip to content

Commit

Permalink
Fix invalid version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rewish committed Jul 28, 2013
1 parent 54fce80 commit d9c0f09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bgswitcher.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bgswitcher",
"version": "0.4",
"version": "0.4.0",
"title": "jQuery.BgSwitcher",
"author": {
"name": "rewish",
Expand Down
4 changes: 2 additions & 2 deletions jquery.bgswitcher.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* jQuery.BgSwitcher
*
* @version 0.4
* @version 0.4.0
* @author rewish <[email protected]>
* @license MIT License (https://github.com/rewish/jquery-bgswitcher/LICENSE.md)
* @link https://github.com/rewish/jquery-bgswitcher
Expand Down Expand Up @@ -495,4 +495,4 @@
});

$.BgSwitcher = BgSwitcher;
}(jQuery);
}(jQuery);

0 comments on commit d9c0f09

Please sign in to comment.