Skip to content

Commit 384669d

Browse files
committed
close version 0.6.0
1 parent 87eba7a commit 384669d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-location-history-player",
3-
"version": "0.6.0-0",
3+
"version": "0.6.0",
44
"private": true,
55
"dependencies": {
66
"google-map-react": "^0.29.0",

src/helpers/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
export const SCALAR_E7 = 0.0000001;
33

44
//google-map-react
5-
export const GM_ZOOM = 11;
5+
export const GM_ZOOM = 13;
66
export const GM_CENTER_LAT = 37.7657;
77
export const GM_CENTER_LNG = -122.4469;
88
export const GM_KEY = 'AIzaSyBCMMT6VTHOjw2pyT_jTLQ8ga4xGkfydGI';

0 commit comments

Comments
 (0)