Skip to content

Commit

Permalink
Update to version 3.2.0 and rebuild the bundle. 🐱🙀
Browse files Browse the repository at this point in the history
  • Loading branch information
abouolia committed Sep 28, 2017
1 parent ac1d9ff commit dc515b2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/jquery.sticky-sidebar.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jquery.sticky-sidebar.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/sticky-sidebar.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/sticky-sidebar.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/sticky-sidebar.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Sticky Sidebar JavaScript Plugin.
* @version 2.3.0
* @version 3.2.0
* @author Ahmed Bouhuolia <[email protected]>
* @license The MIT License (MIT)
*/
Expand All @@ -11,7 +11,7 @@ const StickySidebar = (() => {
// ---------------------------------
//
const EVENT_KEY = '.stickySidebar';
const VERSION = '2.0';
const VERSION = '3.2.0';

const DEFAULTS = {

Expand Down

0 comments on commit dc515b2

Please sign in to comment.