Skip to content

Commit

Permalink
updated to version 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jackocnr committed Oct 24, 2013
1 parent 1d932c3 commit 88ef63f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Apply the default minimal styling.
* In the country dropdown you can navigate by typing, or using the up/down keys
* Selecting a country from the dropdown updates the dial code of the entered number
* Typing a different dial code automatically updates the displayed flag
* Country names in the dropdown also include localised versions in brackets
* Programatically select a country after initialisation (e.g. when the user is entering their address)

$('#mobile-number').intlTelInput('selectCountry', 'gb');
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intl-tel-input",
"version": "0.9.2",
"version": "0.9.3",
"main": [
"./build/js/intlTelInput.min.js",
"./build/img/flags16.png",
Expand Down
2 changes: 1 addition & 1 deletion build/js/intlTelInput.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
intl-tel-input
version: 0.9.2
version: 0.9.3
description: A jQuery plugin for entering international telephone numbers
repository: https://github.com/Bluefieldscom/intl-tel-input.git
license: MIT
Expand Down
2 changes: 1 addition & 1 deletion build/js/intlTelInput.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion intl-tel-input.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intl-tel-input",
"version": "0.9.2",
"version": "0.9.3",
"description": "A jQuery plugin for entering 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": "0.9.2",
"version": "0.9.3",
"description": "A jQuery plugin for entering international telephone numbers",
"keywords": [
"international",
Expand Down

0 comments on commit 88ef63f

Please sign in to comment.