Skip to content

Commit

Permalink
Updated version number to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed Jan 19, 2016
1 parent 8b8f807 commit b886cb7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Zebra_Pin",
"name": "zebra_pin",
"description": "A lightweight jQuery plugin for pinning any element to the page or to a container element",
"version": "1.0.3",
"version": "1.0.4",
"license": "LGPL",
"main": "public/javascript/zebra_pin.js",
"authors": ["Stefan Gabos"],
Expand All @@ -16,6 +16,6 @@
"ui"
],
"dependencies": {
"jquery": ">= 1.4.2"
"jquery": ">=1.4.2 <2.x"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Zebra_Pin",
"name": "zebra_pin",
"description": "Zebra_Pin is a lightweight (less than 2KB minified) and adaptive jQuery plugin for pinning any element to the page or to a container element, so that the element stays visible even if the user scrolls the page. This type of elements are also referred to as \"fixed position elements\" or \"sticky elements\".",
"author": {
"name": "Stefan Gabos",
Expand All @@ -16,7 +16,7 @@
"url": "https://www.gnu.org/licenses/lgpl-3.0.txt"
}
],
"version": "1.0.3",
"version": "1.0.4",
"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.3 (last revision: January 20, 2016)
* @version 1.0.4 (last revision: January 20, 2016)
* @copyright (c) 2013 - 2016 Stefan Gabos
* @license http://www.gnu.org/licenses/lgpl-3.0.txt GNU LESSER GENERAL PUBLIC LICENSE
* @package Zebra_Pin
Expand Down

0 comments on commit b886cb7

Please sign in to comment.