Skip to content

Commit adfa7c4

Browse files
Bump version number
1 parent 6fd5fe5 commit adfa7c4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
1.2.0 (2015-05-21)
2+
--
3+
Improvements:
4+
* getAddress now returns array('label' => '', 'components' => array(array('long_name', 'short_name', 'types' => array())));
5+
* New function getAddresses now added.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ When using [Composer](https://getcomposer.org) you can always load in the latest
1414
``` json
1515
{
1616
"require": {
17-
"jeroendesloovere/geolocation-php-api": "dev-master"
17+
"jeroendesloovere/geolocation-php-api": "1.2.*"
1818
}
1919
}
2020
```

0 commit comments

Comments
 (0)