Skip to content

Commit

Permalink
bump new version
Browse files Browse the repository at this point in the history
  • Loading branch information
inferpse committed Aug 3, 2015
1 parent 267e1f6 commit 7d113e5
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jcf",
"version": "1.1.3",
"version": "1.2.0",
"homepage": "http://psd2html.com/jcf",
"authors": [
"psd2html"
Expand Down
2 changes: 1 addition & 1 deletion js/jcf.button.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion js/jcf.checkbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion js/jcf.file.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
4 changes: 2 additions & 2 deletions js/jcf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand All @@ -19,7 +19,7 @@
'use strict';

// define version
var version = '1.1.3';
var version = '1.2.0';

// private variables
var customInstances = [];
Expand Down
2 changes: 1 addition & 1 deletion js/jcf.number.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion js/jcf.radio.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion js/jcf.range.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion js/jcf.scrollable.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion js/jcf.select.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion js/jcf.textarea.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7d113e5

Please sign in to comment.