Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-vigier committed Oct 1, 2016
1 parent cae2207 commit 08fbf2b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ There is as well a filter to format a number in either international or national

## Getting Started
1. Install the requirements
```bash
bower install https://github.com/pierre-vigier/intlpnIonic.git#0.1.8 --save
```

2. Link the stylesheet
```html
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": "intlpnIonic",
"version": "0.1.7",
"version": "0.1.8",
"homepage": "https://github.com/pierre-vigier/intlpnIonic",
"authors": [
"Pierre Vigier"
Expand Down
18 changes: 18 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## version v0.1.8
* Update version of libphonenumber

## version v0.1.7
* Version discepencies fix

## version v0.1.6
* Missing countries

## version v0.1.5
* Filter intlpnFormat exposed for number formatting (international or national)

## version v0.1.4
* Bug fixes

## version v0.1.3
* Binding of dial code and country code to variable

## version v0.1.2
* Bug fix in search bar title

Expand Down

0 comments on commit 08fbf2b

Please sign in to comment.