Skip to content

Commit

Permalink
Releasing 0.1.1
Browse files Browse the repository at this point in the history
- Enh: Using `bower-asset/intl-tel-input: "^11"` dependency
  • Loading branch information
Borales committed Jun 11, 2017
1 parent 63bd5c9 commit 0a9b27e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.1.1 (June 11, 2017)

- Enh: Using `bower-asset/intl-tel-input: "^11"` dependency

## 0.1.0 (June 10, 2017)

- Enh: Using `bower-asset/intl-tel-input: "^10"` dependency
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "borales/yii2-phone-input",
"version": "0.1.0",
"version": "0.1.1",
"description": "Yii2 International telephone numbers - Asset Bundle, Behavior, Validator, Widget",
"keywords": [
"yii2",
Expand Down Expand Up @@ -28,7 +28,7 @@
}
},
"require": {
"bower-asset/intl-tel-input": "^10",
"bower-asset/intl-tel-input": "^11",
"giggsey/libphonenumber-for-php": "^8",
"yiisoft/yii2": ">=2.0.1"
}
Expand Down

0 comments on commit 0a9b27e

Please sign in to comment.