diff --git a/bower.json b/bower.json index 2e18c47..9220c55 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jcf", - "version": "1.0.3", + "version": "1.1.2", "homepage": "http://psd2html.com/jcf", "authors": [ "psd2html" diff --git a/js/jcf.button.js b/js/jcf.button.js index a6a8e5f..40be589 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.1 + * Version: 1.1.2 */ ;(function($) { 'use strict'; diff --git a/js/jcf.checkbox.js b/js/jcf.checkbox.js index b211d1c..8cfe927 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.1 + * Version: 1.1.2 */ ;(function($) { 'use strict'; diff --git a/js/jcf.file.js b/js/jcf.file.js index 284beaa..529d131 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.1 + * Version: 1.1.2 */ ;(function($) { 'use strict'; diff --git a/js/jcf.js b/js/jcf.js index ea12ffe..5cd2ad1 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.1 + * Version: 1.1.2 */ ;(function(root, factory) { 'use strict'; @@ -19,7 +19,7 @@ 'use strict'; // define version - var version = '1.1.1'; + var version = '1.1.2'; // private variables var customInstances = []; diff --git a/js/jcf.number.js b/js/jcf.number.js index ac06acb..662cf28 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.1 + * Version: 1.1.2 */ ;(function($) { 'use strict'; diff --git a/js/jcf.radio.js b/js/jcf.radio.js index 5b0625f..4ee3fa6 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.1 + * Version: 1.1.2 */ ;(function($) { 'use strict'; diff --git a/js/jcf.range.js b/js/jcf.range.js index 102443b..df7ffe9 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.1 + * Version: 1.1.2 */ ;(function($) { 'use strict'; diff --git a/js/jcf.scrollable.js b/js/jcf.scrollable.js index f21bf19..455caee 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.1 + * Version: 1.1.2 */ ;(function($, window) { 'use strict'; diff --git a/js/jcf.select.js b/js/jcf.select.js index 7829973..050d8a6 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.1 + * Version: 1.1.2 */ ;(function($, window) { 'use strict'; diff --git a/js/jcf.textarea.js b/js/jcf.textarea.js index 7e9e2d0..7f6ce4c 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.1 + * Version: 1.1.2 */ ;(function($) { 'use strict'; diff --git a/package.json b/package.json index 9a6e1d8..21b2283 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jcf", - "version": "1.0.0", + "version": "1.1.2", "description": "This script allows smooth cross-browser customization of form elements with CSS", "repository": { "type": "git",