diff --git a/README.md b/README.md index e6648dd..b90ec39 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This release adds a number of new options, as well as a few fixes and overall UX - Fixed a few bugs. - Significantly rewrote event handling, now smoother, faster, and tastier. -## Branch v1.1.1 +## Branch v1.2.0 Changes made so far. - (UX improvement) Implemented drag-delay if the user clicks on the collapse handle then starts dragging. diff --git a/css/jquery.enhsplitter.css b/css/jquery.enhsplitter.css index 3326a93..914bb3e 100644 --- a/css/jquery.enhsplitter.css +++ b/css/jquery.enhsplitter.css @@ -1,7 +1,7 @@ /*! * jQuery Enhanced Splitter Plugin * LESS / CSS File - * Version 1.1.1 + * Version 1.2.0 * * https://github.com/hiltonjanfield/jquery.enhsplitter * diff --git a/css/jquery.enhsplitter.less b/css/jquery.enhsplitter.less index 393b106..a6576ba 100644 --- a/css/jquery.enhsplitter.less +++ b/css/jquery.enhsplitter.less @@ -1,7 +1,7 @@ /*! * jQuery Enhanced Splitter Plugin * LESS / CSS File - * Version 1.1.1 + * Version 1.2.0 * * https://github.com/hiltonjanfield/jquery.enhsplitter * diff --git a/js/jquery.enhsplitter.js b/js/jquery.enhsplitter.js index cd1cce8..7b13d61 100644 --- a/js/jquery.enhsplitter.js +++ b/js/jquery.enhsplitter.js @@ -1,7 +1,7 @@ /*! * jQuery Enhanced Splitter Plugin * Main ECMAScript File - * Version 1.1.1 + * Version 1.2.0 * * https://github.com/hiltonjanfield/jquery.enhsplitter *