Skip to content

Commit

Permalink
Release v14.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jackocnr committed Nov 14, 2018
1 parent 6b9812b commit b79f9ea
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions build/js/intlTelInput-jquery.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* International Telephone Input v14.0.5
* International Telephone Input v14.0.6
* https://github.com/jackocnr/intl-tel-input.git
* Licensed under the MIT license
*/
Expand Down Expand Up @@ -1311,7 +1311,7 @@
// default options
window.intlTelInputGlobals.defaults = defaults;
// version
window.intlTelInputGlobals.version = "14.0.5";
window.intlTelInputGlobals.version = "14.0.6";
var pluginName = "intlTelInput";
// A really lightweight plugin wrapper around the constructor,
// preventing against multiple instantiations
Expand Down
4 changes: 2 additions & 2 deletions build/js/intlTelInput-jquery.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/js/intlTelInput.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* International Telephone Input v14.0.5
* International Telephone Input v14.0.6
* https://github.com/jackocnr/intl-tel-input.git
* Licensed under the MIT license
*/
Expand Down Expand Up @@ -1307,7 +1307,7 @@
// default options
window.intlTelInputGlobals.defaults = defaults;
// version
window.intlTelInputGlobals.version = "14.0.5";
window.intlTelInputGlobals.version = "14.0.6";
// convenience wrapper
return function(input, options) {
var iti = new Iti(input, options);
Expand Down
4 changes: 2 additions & 2 deletions build/js/intlTelInput.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jackocnr/intl-tel-input",
"version": "14.0.5",
"version": "14.0.6",
"description": "A JavaScript plugin for entering and validating international telephone numbers",
"keywords": [
"international",
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": "intl-tel-input",
"version": "14.0.5",
"version": "14.0.6",
"description": "A JavaScript plugin for entering and validating international telephone numbers",
"keywords": [
"international",
Expand Down

0 comments on commit b79f9ea

Please sign in to comment.