Skip to content

Commit

Permalink
updated version to v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jackocnr committed Sep 16, 2015
1 parent aaf1ef1 commit 02364bb
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 v6.0.8
International Telephone Input v6.1.0
https://github.com/Bluefieldscom/intl-tel-input.git
*/
// wrap in UMD - see https://github.com/umdjs/umd/blob/master/jqueryPluginCommonjs.js
Expand Down Expand Up @@ -1133,7 +1133,7 @@ https://github.com/Bluefieldscom/intl-tel-input.git
$.fn[pluginName].getCountryData = function() {
return allCountries;
};
$.fn[pluginName].version = "6.0.8";
$.fn[pluginName].version = "6.1.0";
// Tell JSHint to ignore this warning: "character may get silently deleted by one or more browsers"
// jshint -W100
// Array of country objects for the flag dropdown.
Expand Down
Loading

0 comments on commit 02364bb

Please sign in to comment.