Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
inferpse committed Apr 15, 2015
1 parent 2898f91 commit b68d284
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.0.3",
"version": "1.1.2",
"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.1
* Version: 1.1.2
*/
;(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.1
* Version: 1.1.2
*/
;(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.1
* Version: 1.1.2
*/
;(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.1
* Version: 1.1.2
*/
;(function(root, factory) {
'use strict';
Expand All @@ -19,7 +19,7 @@
'use strict';

// define version
var version = '1.1.1';
var version = '1.1.2';

// 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.1
* Version: 1.1.2
*/
;(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.1
* Version: 1.1.2
*/
;(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.1
* Version: 1.1.2
*/
;(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.1
* Version: 1.1.2
*/
;(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.1
* Version: 1.1.2
*/
;(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.1
* Version: 1.1.2
*/
;(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.0.0",
"version": "1.1.2",
"description": "This script allows smooth cross-browser customization of form elements with CSS",
"repository": {
"type": "git",
Expand Down

0 comments on commit b68d284

Please sign in to comment.