diff --git a/bower.json b/bower.json index 5d1405c..dbebc02 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jcf", - "version": "1.2.0", + "version": "1.2.1", "homepage": "http://psd2html.com/jcf", "authors": [ "psd2html" diff --git a/js/jcf.button.js b/js/jcf.button.js index 15f4a93..5140bff 100644 --- a/js/jcf.button.js +++ b/js/jcf.button.js @@ -4,7 +4,7 @@ * Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf * Released under the MIT license (LICENSE.txt) * - * Version: 1.2.0 + * Version: 1.2.1 */ (function(jcf) { diff --git a/js/jcf.checkbox.js b/js/jcf.checkbox.js index 329a24b..133fc28 100755 --- a/js/jcf.checkbox.js +++ b/js/jcf.checkbox.js @@ -4,7 +4,7 @@ * Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf * Released under the MIT license (LICENSE.txt) * - * Version: 1.2.0 + * Version: 1.2.1 */ (function(jcf) { diff --git a/js/jcf.file.js b/js/jcf.file.js index 3def927..63e2fb4 100644 --- a/js/jcf.file.js +++ b/js/jcf.file.js @@ -4,7 +4,7 @@ * Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf * Released under the MIT license (LICENSE.txt) * - * Version: 1.2.0 + * Version: 1.2.1 */ (function(jcf) { diff --git a/js/jcf.js b/js/jcf.js index 6c3dc88..4932e3c 100755 --- a/js/jcf.js +++ b/js/jcf.js @@ -4,7 +4,7 @@ * Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf * Released under the MIT license (LICENSE.txt) * - * Version: 1.2.0 + * Version: 1.2.1 */ ;(function(root, factory) { 'use strict'; @@ -19,7 +19,7 @@ 'use strict'; // define version - var version = '1.2.0'; + var version = '1.2.1'; // private variables var customInstances = []; diff --git a/js/jcf.number.js b/js/jcf.number.js index 47ae049..0396326 100644 --- a/js/jcf.number.js +++ b/js/jcf.number.js @@ -4,7 +4,7 @@ * Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf * Released under the MIT license (LICENSE.txt) * - * Version: 1.2.0 + * Version: 1.2.1 */ (function(jcf) { diff --git a/js/jcf.radio.js b/js/jcf.radio.js index b250d77..ea2f679 100755 --- a/js/jcf.radio.js +++ b/js/jcf.radio.js @@ -4,7 +4,7 @@ * Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf * Released under the MIT license (LICENSE.txt) * - * Version: 1.2.0 + * Version: 1.2.1 */ (function(jcf) { diff --git a/js/jcf.range.js b/js/jcf.range.js index a9488a5..f6c0fbb 100644 --- a/js/jcf.range.js +++ b/js/jcf.range.js @@ -4,7 +4,7 @@ * Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf * Released under the MIT license (LICENSE.txt) * - * Version: 1.2.0 + * Version: 1.2.1 */ (function(jcf) { diff --git a/js/jcf.scrollable.js b/js/jcf.scrollable.js index c6226e4..dd213fd 100755 --- a/js/jcf.scrollable.js +++ b/js/jcf.scrollable.js @@ -4,7 +4,7 @@ * Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf * Released under the MIT license (LICENSE.txt) * - * Version: 1.2.0 + * Version: 1.2.1 */ (function(jcf) { diff --git a/js/jcf.select.js b/js/jcf.select.js index 6c7e291..f959496 100644 --- a/js/jcf.select.js +++ b/js/jcf.select.js @@ -4,7 +4,7 @@ * Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf * Released under the MIT license (LICENSE.txt) * - * Version: 1.2.0 + * Version: 1.2.1 */ (function(jcf) { diff --git a/js/jcf.textarea.js b/js/jcf.textarea.js index 8961753..fa3551f 100644 --- a/js/jcf.textarea.js +++ b/js/jcf.textarea.js @@ -4,7 +4,7 @@ * Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf * Released under the MIT license (LICENSE.txt) * - * Version: 1.2.0 + * Version: 1.2.1 */ (function(jcf) { diff --git a/package.json b/package.json index 0af8dbd..c399cf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jcf", - "version": "1.2.0", + "version": "1.2.1", "description": "This script allows smooth cross-browser customization of form elements with CSS", "repository": { "type": "git",