diff --git a/dist/jquery.sticky-sidebar.js b/dist/jquery.sticky-sidebar.js index 5ba1b65..4db7cbe 100644 --- a/dist/jquery.sticky-sidebar.js +++ b/dist/jquery.sticky-sidebar.js @@ -10,7 +10,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons /** * Sticky Sidebar JavaScript Plugin. - * @version 2.3.0 + * @version 3.2.0 * @author Ahmed Bouhuolia * @license The MIT License (MIT) */ diff --git a/dist/jquery.sticky-sidebar.min.js b/dist/jquery.sticky-sidebar.min.js index abcd970..1798fcf 100644 --- a/dist/jquery.sticky-sidebar.min.js +++ b/dist/jquery.sticky-sidebar.min.js @@ -1,6 +1,6 @@ /** * sticky-sidebar - A JavaScript plugin for making smart and high performance. - * @version v2.2.0 + * @version v3.2.0 * @link https://github.com/abouolia/sticky-sidebar * @author Ahmed Bouhuolia * @license The MIT License (MIT) diff --git a/dist/sticky-sidebar.js b/dist/sticky-sidebar.js index fbdc369..bffcc4b 100644 --- a/dist/sticky-sidebar.js +++ b/dist/sticky-sidebar.js @@ -10,7 +10,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons /** * Sticky Sidebar JavaScript Plugin. - * @version 2.3.0 + * @version 3.2.0 * @author Ahmed Bouhuolia * @license The MIT License (MIT) */ diff --git a/dist/sticky-sidebar.min.js b/dist/sticky-sidebar.min.js index 289f5e8..f8f10e8 100644 --- a/dist/sticky-sidebar.min.js +++ b/dist/sticky-sidebar.min.js @@ -1,6 +1,6 @@ /** * sticky-sidebar - A JavaScript plugin for making smart and high performance. - * @version v2.2.0 + * @version v3.2.0 * @link https://github.com/abouolia/sticky-sidebar * @author Ahmed Bouhuolia * @license The MIT License (MIT) diff --git a/src/sticky-sidebar.js b/src/sticky-sidebar.js index 5a21131..887cbc3 100644 --- a/src/sticky-sidebar.js +++ b/src/sticky-sidebar.js @@ -1,6 +1,6 @@ /** * Sticky Sidebar JavaScript Plugin. - * @version 2.3.0 + * @version 3.2.0 * @author Ahmed Bouhuolia * @license The MIT License (MIT) */ @@ -11,7 +11,7 @@ const StickySidebar = (() => { // --------------------------------- // const EVENT_KEY = '.stickySidebar'; - const VERSION = '2.0'; + const VERSION = '3.2.0'; const DEFAULTS = {