Skip to content

Commit 6aaa915

Browse files
committed
Bump minor
1 parent 9270308 commit 6aaa915

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## 4.0.2
1+
## 4.1.0
22
* Provide a workaround that fixes a problem where certain methods didn't work instantly after the map was created #305
3+
* Moved some container specific methods to ``MapContainer``
34

45
## 4.0.1
56
* Added shortcut method ``invokeSelfReturn`` #282

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.xdev-software</groupId>
88
<artifactId>vaadin-maps-leaflet-flow-root</artifactId>
9-
<version>4.0.2-SNAPSHOT</version>
9+
<version>4.1.0-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

1212
<organization>

vaadin-maps-leaflet-flow-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.xdev-software</groupId>
88
<artifactId>vaadin-maps-leaflet-flow-demo</artifactId>
9-
<version>4.0.2-SNAPSHOT</version>
9+
<version>4.1.0-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<inceptionYear>2019</inceptionYear>

vaadin-maps-leaflet-flow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.xdev-software</groupId>
88
<artifactId>vaadin-maps-leaflet-flow</artifactId>
9-
<version>4.0.2-SNAPSHOT</version>
9+
<version>4.1.0-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<name>LeafletMap for Vaadin</name>

0 commit comments

Comments
 (0)