diff --git a/bower.json b/bower.json index ab10447..efa4a42 100644 --- a/bower.json +++ b/bower.json @@ -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"], @@ -16,6 +16,6 @@ "ui" ], "dependencies": { - "jquery": ">= 1.4.2" + "jquery": ">=1.4.2 <2.x" } } diff --git a/package.json b/package.json index 08cdcf8..bc98c6f 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", diff --git a/public/javascript/zebra_pin.src.js b/public/javascript/zebra_pin.src.js index e97cf70..2cb413a 100644 --- a/public/javascript/zebra_pin.src.js +++ b/public/javascript/zebra_pin.src.js @@ -26,7 +26,7 @@ * For more resources visit {@link http://stefangabos.ro/} * * @author Stefan Gabos - * @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