Skip to content
This repository was archived by the owner on Nov 8, 2017. It is now read-only.

Commit 3bb5cb2

Browse files
committed
Bump version.
1 parent 53c5489 commit 3bb5cb2

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $.geocomplete() - Version 1.6.2
1+
# $.geocomplete() - Version 1.6.4
22
## jQuery Geocoding and Places Autocomplete Plugin
33

44
An advanced jQuery plugin that wraps the Google Maps API's [Geocoding](https://code.google.com/apis/maps/documentation/javascript/geocoding.html) and [Places Autocomplete](https://code.google.com/apis/maps/documentation/javascript/places.html#places_autocomplete) services. You simply provide an input that lets you search for locations with a nice autocomplete dropdown. Optionally add a container to show an interactive map and a form that will be populated with the address details.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "geocomplete",
3-
"version": "1.6.0",
3+
"version": "1.6.4",
44
"homepage": "http://ubilabs.github.com/geocomplete/",
55
"authors": [
66
"Martin Kleppe <[email protected]>"

jquery.geocomplete.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* jQuery Geocoding and Places Autocomplete Plugin - V 1.6.1
2+
* jQuery Geocoding and Places Autocomplete Plugin - V 1.6.4
33
*
44
* @author Martin Kleppe <[email protected]>, 2014
55
* @author Ubilabs http://ubilabs.net, 2014

jquery.geocomplete.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "geocomplete",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"description": "An advanced jQuery plugin that wraps the Google Maps API's [Geocoding](https://code.google.com/apis/maps/documentation/javascript/geocoding.html) and [Places Autocomplete](https://code.google.com/apis/maps/documentation/javascript/places.html#places_autocomplete) services. You simply provide an input that lets you search for locations with a nice autocomplete dropdown. Optionally add a container to show an interactive map and a form that will be populated with the address details.",
55
"main": "jquery.geocomplete.js",
66
"directories": {

0 commit comments

Comments
 (0)