From 7d113e55945b0bd68d5f1ffb5b3d14c1f1205317 Mon Sep 17 00:00:00 2001 From: Sergey Date: Mon, 3 Aug 2015 11:56:49 +0300 Subject: [PATCH] bump new version --- bower.json | 2 +- js/jcf.button.js | 2 +- js/jcf.checkbox.js | 2 +- js/jcf.file.js | 2 +- js/jcf.js | 4 ++-- js/jcf.number.js | 2 +- js/jcf.radio.js | 2 +- js/jcf.range.js | 2 +- js/jcf.scrollable.js | 2 +- js/jcf.select.js | 2 +- js/jcf.textarea.js | 2 +- package.json | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/bower.json b/bower.json index 24ccbde..5d1405c 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jcf", - "version": "1.1.3", + "version": "1.2.0", "homepage": "http://psd2html.com/jcf", "authors": [ "psd2html" diff --git a/js/jcf.button.js b/js/jcf.button.js index d67b71a..d9d40fd 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.1.3 + * Version: 1.2.0 */ jcf.addModule(function($) { 'use strict'; diff --git a/js/jcf.checkbox.js b/js/jcf.checkbox.js index 3c54cc9..b3d8ed0 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.1.3 + * Version: 1.2.0 */ jcf.addModule(function($) { 'use strict'; diff --git a/js/jcf.file.js b/js/jcf.file.js index f97a687..907f269 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.1.3 + * Version: 1.2.0 */ jcf.addModule(function($) { 'use strict'; diff --git a/js/jcf.js b/js/jcf.js index 5c9fb47..5f7ce8e 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.1.3 + * Version: 1.2.0 */ ;(function(root, factory) { 'use strict'; @@ -19,7 +19,7 @@ 'use strict'; // define version - var version = '1.1.3'; + var version = '1.2.0'; // private variables var customInstances = []; diff --git a/js/jcf.number.js b/js/jcf.number.js index 6ee19b8..7453b08 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.1.3 + * Version: 1.2.0 */ jcf.addModule(function($) { 'use strict'; diff --git a/js/jcf.radio.js b/js/jcf.radio.js index 9c0c34b..3d20f93 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.1.3 + * Version: 1.2.0 */ jcf.addModule(function($) { 'use strict'; diff --git a/js/jcf.range.js b/js/jcf.range.js index c27fb7d..98f44d2 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.1.3 + * Version: 1.2.0 */ jcf.addModule(function($) { 'use strict'; diff --git a/js/jcf.scrollable.js b/js/jcf.scrollable.js index e7c38e8..9037bcf 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.1.3 + * Version: 1.2.0 */ jcf.addModule(function($, window) { 'use strict'; diff --git a/js/jcf.select.js b/js/jcf.select.js index cfc432c..6b0c5ca 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.1.3 + * Version: 1.2.0 */ jcf.addModule(function($, window) { 'use strict'; diff --git a/js/jcf.textarea.js b/js/jcf.textarea.js index ea8c547..990e6eb 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.1.3 + * Version: 1.2.0 */ jcf.addModule(function($) { 'use strict'; diff --git a/package.json b/package.json index c228adf..455ec4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jcf", - "version": "1.1.3", + "version": "1.2.0", "description": "This script allows smooth cross-browser customization of form elements with CSS", "repository": { "type": "git",