Skip to content

Commit 0a4b117

Browse files
committed
Next version is minor version
1 parent ca4a4ea commit 0a4b117

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
## 4.4.0
22
* Added support for [GeoJSON](https://leafletjs.com/reference.html#geojson) and [FeatureGroup](https://leafletjs.com/reference.html#featuregroup) #438
3-
4-
## 4.3.1
53
* Add "draggable" property to LMarkerOptions #413 (thanks to @ChristianHoesel)
64

75
## 4.3.0

pom.xml

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

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

1212
<organization>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<groupId>software.xdev</groupId>
99
<artifactId>vaadin-maps-leaflet-flow-root</artifactId>
10-
<version>4.3.1-SNAPSHOT</version>
10+
<version>4.4.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>vaadin-maps-leaflet-flow-demo</artifactId>
14-
<version>4.3.1-SNAPSHOT</version>
14+
<version>4.4.0-SNAPSHOT</version>
1515
<packaging>jar</packaging>
1616

1717
<organization>

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>software.xdev</groupId>
88
<artifactId>vaadin-maps-leaflet-flow</artifactId>
9-
<version>4.3.1-SNAPSHOT</version>
9+
<version>4.4.0-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<name>vaadin-maps-leaflet-flow</name>

0 commit comments

Comments
 (0)