Skip to content

Commit

Permalink
updated version to v12.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jackocnr committed Jun 24, 2018
1 parent 9e39ba9 commit 2afde58
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
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 v12.3.0
* International Telephone Input v12.4.0
* https://github.com/jackocnr/intl-tel-input.git
* Licensed under the MIT license
*/
Expand Down Expand Up @@ -1135,7 +1135,7 @@
// default options
$.fn[pluginName].defaults = defaults;
// version
$.fn[pluginName].version = "12.3.0";
$.fn[pluginName].version = "12.4.0";
// Array of country objects for the flag dropdown.
// Here is the criteria for the plugin to support a given country/territory
// - It has an iso2 code: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
Expand Down
Loading

0 comments on commit 2afde58

Please sign in to comment.