Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
inferpse committed Apr 9, 2015
1 parent a0daa7c commit f3d8208
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 20 deletions.
4 changes: 2 additions & 2 deletions js/jcf.button.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*!
* JavaScript Custom Forms : Button Module
*
* Copyright 2014 PSD2HTML - http://psd2html.com/jcf
* Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf
* Released under the MIT license (LICENSE.txt)
*
* Version: 1.1.0
* Version: 1.1.1
*/
;(function($) {
'use strict';
Expand Down
4 changes: 2 additions & 2 deletions js/jcf.checkbox.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*!
* JavaScript Custom Forms : Checkbox Module
*
* Copyright 2014 PSD2HTML - http://psd2html.com/jcf
* Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf
* Released under the MIT license (LICENSE.txt)
*
* Version: 1.1.0
* Version: 1.1.1
*/
;(function($) {
'use strict';
Expand Down
4 changes: 2 additions & 2 deletions js/jcf.file.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*!
* JavaScript Custom Forms : File Module
*
* Copyright 2014 PSD2HTML - http://psd2html.com/jcf
* Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf
* Released under the MIT license (LICENSE.txt)
*
* Version: 1.1.0
* Version: 1.1.1
*/
;(function($) {
'use strict';
Expand Down
8 changes: 6 additions & 2 deletions js/jcf.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*!
* JavaScript Custom Forms
*
* Copyright 2014 PSD2HTML - http://psd2html.com/jcf
* Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf
* Released under the MIT license (LICENSE.txt)
*
* Version: 1.1.0
* Version: 1.1.1
*/
;(function(root, factory) {
'use strict';
Expand All @@ -18,6 +18,9 @@
}(this, function($) {
'use strict';

// define version
var version = '1.1.1';

// private variables
var customInstances = [];

Expand Down Expand Up @@ -263,6 +266,7 @@

// public API
var api = {
version: version,
modules: {},
getOptions: function() {
return $.extend({}, commonOptions);
Expand Down
4 changes: 2 additions & 2 deletions js/jcf.number.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*!
* JavaScript Custom Forms : Number Module
*
* Copyright 2014 PSD2HTML - http://psd2html.com/jcf
* Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf
* Released under the MIT license (LICENSE.txt)
*
* Version: 1.1.0
* Version: 1.1.1
*/
;(function($) {
'use strict';
Expand Down
4 changes: 2 additions & 2 deletions js/jcf.radio.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*!
* JavaScript Custom Forms : Radio Module
*
* Copyright 2014 PSD2HTML - http://psd2html.com/jcf
* Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf
* Released under the MIT license (LICENSE.txt)
*
* Version: 1.1.0
* Version: 1.1.1
*/
;(function($) {
'use strict';
Expand Down
4 changes: 2 additions & 2 deletions js/jcf.range.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*!
* JavaScript Custom Forms : Range Module
*
* Copyright 2014 PSD2HTML - http://psd2html.com/jcf
* Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf
* Released under the MIT license (LICENSE.txt)
*
* Version: 1.1.0
* Version: 1.1.1
*/
;(function($) {
'use strict';
Expand Down
4 changes: 2 additions & 2 deletions js/jcf.scrollable.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*!
* JavaScript Custom Forms : Scrollbar Module
*
* Copyright 2014 PSD2HTML - http://psd2html.com/jcf
* Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf
* Released under the MIT license (LICENSE.txt)
*
* Version: 1.1.0
* Version: 1.1.1
*/
;(function($, window) {
'use strict';
Expand Down
4 changes: 2 additions & 2 deletions js/jcf.select.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*!
* JavaScript Custom Forms : Select Module
*
* Copyright 2014 PSD2HTML - http://psd2html.com/jcf
* Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf
* Released under the MIT license (LICENSE.txt)
*
* Version: 1.1.0
* Version: 1.1.1
*/
;(function($, window) {
'use strict';
Expand Down
4 changes: 2 additions & 2 deletions js/jcf.textarea.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*!
* JavaScript Custom Forms : Textarea Module
*
* Copyright 2014 PSD2HTML - http://psd2html.com/jcf
* Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf
* Released under the MIT license (LICENSE.txt)
*
* Version: 1.1.0
* Version: 1.1.1
*/
;(function($) {
'use strict';
Expand Down

0 comments on commit f3d8208

Please sign in to comment.