Skip to content

Commit 668b3c6

Browse files
Bump version.
1 parent 2ada1f0 commit 668b3c6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pom.xml

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

44
<groupId>de.resol</groupId>
55
<artifactId>vbus-parent</artifactId>
6-
<version>0.9.0</version>
6+
<version>0.10.0</version>
77
<name>RESOL VBus Parent</name>
88
<packaging>pom</packaging>
99

vbus-example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>de.resol</groupId>
55
<artifactId>vbus-parent</artifactId>
6-
<version>0.9.0</version>
6+
<version>0.10.0</version>
77
<relativePath>..</relativePath>
88
</parent>
99
<artifactId>vbus-example</artifactId>
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>de.resol</groupId>
1414
<artifactId>vbus</artifactId>
15-
<version>0.9.0</version>
15+
<version>0.10.0</version>
1616
</dependency>
1717
<dependency>
1818
<groupId>com.fazecast</groupId>

vbus/pom.xml

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

44
<groupId>de.resol</groupId>
55
<artifactId>vbus</artifactId>
6-
<version>0.9.0</version>
6+
<version>0.10.0</version>
77
<packaging>jar</packaging>
88

99
<name>RESOL VBus</name>

0 commit comments

Comments
 (0)