Skip to content

Commit

Permalink
Updated version number to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed Dec 8, 2013
1 parent 7faacbb commit 12eec33
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Zebra_Pin",
"description": "A lightweight jQuery plugin for pinning any element to the page or to a container element",
"version": "1.0.0",
"version": "1.0.1",
"license": "LGPL",
"main": "public/javascript/zebra_pin.js",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "https://www.gnu.org/licenses/lgpl-3.0.txt"
}
],
"version": "1.0.0",
"version": "1.0.1",
"keywords": [
"fixed",
"sticky",
Expand Down
2 changes: 1 addition & 1 deletion public/javascript/zebra_pin.src.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* For more resources visit {@link http://stefangabos.ro/}
*
* @author Stefan Gabos <contact@stefangabos.ro>
* @version 1.0.0 (last revision: December 07, 2013)
* @version 1.0.1 (last revision: December 08, 2013)
* @copyright (c) 2013 Stefan Gabos
* @license http://www.gnu.org/licenses/lgpl-3.0.txt GNU LESSER GENERAL PUBLIC LICENSE
* @package Zebra_Pin
Expand Down
2 changes: 1 addition & 1 deletion zebra-pin.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"floating",
"ui"
],
"version": "1.0.0",
"version": "1.0.1",
"author": {
"name": "Stefan Gabos",
"url": "http://stefangabos.ro/"
Expand Down

0 comments on commit 12eec33

Please sign in to comment.