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

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
aemkei committed Oct 13, 2014
1 parent 53c5489 commit 3bb5cb2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $.geocomplete() - Version 1.6.2
# $.geocomplete() - Version 1.6.4
## jQuery Geocoding and Places Autocomplete Plugin

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.
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": "geocomplete",
"version": "1.6.0",
"version": "1.6.4",
"homepage": "http://ubilabs.github.com/geocomplete/",
"authors": [
"Martin Kleppe <kleppe@ubilabs.net>"
Expand Down
2 changes: 1 addition & 1 deletion jquery.geocomplete.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* jQuery Geocoding and Places Autocomplete Plugin - V 1.6.1
* jQuery Geocoding and Places Autocomplete Plugin - V 1.6.4
*
* @author Martin Kleppe <kleppe@ubilabs.net>, 2014
* @author Ubilabs http://ubilabs.net, 2014
Expand Down
4 changes: 2 additions & 2 deletions jquery.geocomplete.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geocomplete",
"version": "1.6.3",
"version": "1.6.4",
"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.",
"main": "jquery.geocomplete.js",
"directories": {
Expand Down

0 comments on commit 3bb5cb2

Please sign in to comment.