From 9787dd7ae816a93508687e8916b7418b52f610e1 Mon Sep 17 00:00:00 2001 From: Hilton Janfield Date: Fri, 11 Sep 2015 00:39:05 -0700 Subject: [PATCH] Change file version numbers for v1.2.0 branch. --- README.md | 2 +- css/jquery.enhsplitter.css | 2 +- css/jquery.enhsplitter.less | 2 +- js/jquery.enhsplitter.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 *