Skip to content

Commit 1dd2d9c

Browse files
committed
prepared release 0.3.1
1 parent f72a9d0 commit 1dd2d9c

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v0.3.1
2+
======
3+
* fixed divIcon syntax error (thanks to spoobar)
4+
* fixed "observer_" not a variable in scope (thanks to fabiosantoscode)
5+
16
v0.3.0
27
======
38
* merged leaflet-map-component by Prateek Saxena (leaflet-circle, leaflet-polygon, leaflet-polyline)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leaflet-map",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"authors": [
55
"Hendrik Brummermann <nhnb@users.sourceforge.net>",
66
"Prateek Saxena <prtksxna@gmail.com>"

demo-header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h1>&lt;leaflet-map&gt;</h1>
3535
<a class="menubutton demobutton" href="https://nhnb.github.io/leaflet-map/demo.html">Demo</a>
3636
<a class="menubutton apidocbutton" href="https://nhnb.github.io/leaflet-map/doc.html#leaflet-map">API</a>
3737
<a class="menubutton pluginbutton" href="https://nhnb.github.io/leaflet-map/plugins.html">Plugins</a>
38-
<a class="menubutton downloadbutton" href="https://github.com/nhnb/leaflet-map/releases/download/v0.3.0/leaflet-map-0.3.0.zip">Download</a>
38+
<a class="menubutton downloadbutton" href="https://github.com/nhnb/leaflet-map/releases/download/v0.3.1/leaflet-map-0.3.1.zip">Download</a>
3939
<a class="menubutton githubbutton" href="https://github.com/nhnb/leaflet-map/">Github</a>
4040
</div>
4141
</header>

0 commit comments

Comments
 (0)