Skip to content

Commit 7d113e5

Browse files
committed
bump new version
1 parent 267e1f6 commit 7d113e5

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jcf",
3-
"version": "1.1.3",
3+
"version": "1.2.0",
44
"homepage": "http://psd2html.com/jcf",
55
"authors": [
66
"psd2html"

js/jcf.button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf
55
* Released under the MIT license (LICENSE.txt)
66
*
7-
* Version: 1.1.3
7+
* Version: 1.2.0
88
*/
99
jcf.addModule(function($) {
1010
'use strict';

js/jcf.checkbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf
55
* Released under the MIT license (LICENSE.txt)
66
*
7-
* Version: 1.1.3
7+
* Version: 1.2.0
88
*/
99
jcf.addModule(function($) {
1010
'use strict';

js/jcf.file.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf
55
* Released under the MIT license (LICENSE.txt)
66
*
7-
* Version: 1.1.3
7+
* Version: 1.2.0
88
*/
99
jcf.addModule(function($) {
1010
'use strict';

js/jcf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf
55
* Released under the MIT license (LICENSE.txt)
66
*
7-
* Version: 1.1.3
7+
* Version: 1.2.0
88
*/
99
;(function(root, factory) {
1010
'use strict';
@@ -19,7 +19,7 @@
1919
'use strict';
2020

2121
// define version
22-
var version = '1.1.3';
22+
var version = '1.2.0';
2323

2424
// private variables
2525
var customInstances = [];

js/jcf.number.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf
55
* Released under the MIT license (LICENSE.txt)
66
*
7-
* Version: 1.1.3
7+
* Version: 1.2.0
88
*/
99
jcf.addModule(function($) {
1010
'use strict';

js/jcf.radio.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf
55
* Released under the MIT license (LICENSE.txt)
66
*
7-
* Version: 1.1.3
7+
* Version: 1.2.0
88
*/
99
jcf.addModule(function($) {
1010
'use strict';

js/jcf.range.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf
55
* Released under the MIT license (LICENSE.txt)
66
*
7-
* Version: 1.1.3
7+
* Version: 1.2.0
88
*/
99
jcf.addModule(function($) {
1010
'use strict';

js/jcf.scrollable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf
55
* Released under the MIT license (LICENSE.txt)
66
*
7-
* Version: 1.1.3
7+
* Version: 1.2.0
88
*/
99
jcf.addModule(function($, window) {
1010
'use strict';

js/jcf.select.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf
55
* Released under the MIT license (LICENSE.txt)
66
*
7-
* Version: 1.1.3
7+
* Version: 1.2.0
88
*/
99
jcf.addModule(function($, window) {
1010
'use strict';

0 commit comments

Comments
 (0)