Skip to content

Commit c792f82

Browse files
committed
0.0.3
1 parent 7b2dd24 commit c792f82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ _For a working example (without API Key) see [demo](https://raruto.github.io/exa
1818
<style> html, body, #map { height: 100%; width: 100%; padding: 0; margin: 0; } </style>
1919
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.2/leaflet.css" />
2020
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.2/leaflet-src.js"></script>
21-
<script src="https://raruto.github.io/cdn/leaflet-google/0.0.1/leaflet-google.js"></script>
21+
<script src="https://raruto.github.io/cdn/leaflet-google/0.0.3/leaflet-google.js"></script>
2222
<script src="https://maps.googleapis.com/maps/api/js?key=<INSERT_HERE_API_KEY>"></script>
2323
...
2424
</head>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leaflet-google",
3-
"version": "0.0.1",
3+
"version": "0.0.3",
44
"description": "LeafletJS plugin that integrates with the Google Maps API",
55
"devDependencies": {
66
"grunt": "~0.4",

0 commit comments

Comments
 (0)