Skip to content

Commit 648f15a

Browse files
committed
Version 0.4.24:
* Fix bug in getRoutes (see hpneo#373)
1 parent 4772340 commit 648f15a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "gmaps",
3-
"version": "0.4.23",
3+
"version": "0.4.24",
44
"main": "gmaps.js"
55
}

gmaps.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}(this, function() {
1515

1616
/*!
17-
* GMaps.js v0.4.23
17+
* GMaps.js v0.4.24
1818
* http://hpneo.github.com/gmaps/
1919
*
2020
* Copyright 2016, Gustavo Leon

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gmaps",
3-
"version": "0.4.23",
3+
"version": "0.4.24",
44
"description": "the easiest way to use Google Maps",
55
"main": "gmaps.js",
66
"scripts": {

0 commit comments

Comments
 (0)