Skip to content

Commit

Permalink
bumped up version number to 1.11.0
Browse files Browse the repository at this point in the history
- Added support for places Autocomplete
  • Loading branch information
fabriziomoscon committed Jul 18, 2016
1 parent 25b88a4 commit 3742793
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ npm install googlemaps

* [Place search](https://developers.google.com/places/documentation/search)
* [Place details](https://developers.google.com/places/documentation/details)
* [Place autocomplete](https://developers.google.com/places/web-service/autocomplete)

[Google Maps Image API](https://developers.google.com/maps/documentation/imageapis/)

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": "googlemaps",
"version": "1.10.0",
"version": "1.11.0",
"main": "lib/index",
"description": "A simple way to query the Google Maps API from Node.js",
"license": "MIT",
Expand Down

0 comments on commit 3742793

Please sign in to comment.