Version bump

This commit is contained in:
RetGal 2020-04-26 21:22:43 +02:00
parent 621a6f5750
commit 3829360013
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
<property name="main.class" value="mpo.dayon.assisted.AssistedRunner"/>
<property name="ant.build.javac.source" value="1.8"/>
<property name="ant.build.javac.target" value="1.8"/>
<property name="version" value="1.10.0"/>
<property name="version" value="1.10.1"/>
<path id="project.classpath">
<fileset dir="${dir.lib}">

View File

@ -8,7 +8,7 @@
<url>https://github.com/retgal/dayon</url>
<groupId>mpo.dayon</groupId>
<artifactId>dayon</artifactId>
<version>1.10.0</version>
<version>1.10.1</version>
<description>cross platform remote desktop solution</description>
<developers>
<developer>
@ -33,7 +33,7 @@
<jetbrains.annotations.version>19.0.0</jetbrains.annotations.version>
<bzip2.version>0.9.1</bzip2.version>
<grizzly-lzma.version>1.9.65</grizzly-lzma.version>
<junit.jupiter.version>5.6.0</junit.jupiter.version>
<junit.jupiter.version>5.6.1</junit.jupiter.version>
</properties>
<dependencies>