Skip to content

Commit 5229caf

Browse files
committed
Prepare release
1 parent 22c6410 commit 5229caf

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<property name="main.class" value="mpo.dayon.common.Runner"/>
1414
<property name="ant.build.javac.source" value="11"/>
1515
<property name="ant.build.javac.target" value="11"/>
16-
<property name="version" value="14.0.0"/>
16+
<property name="version" value="14.0.1"/>
1717

1818
<path id="project.classpath">
1919
<fileset dir="${dir.lib}">

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
dayon (14.0.1) stable; urgency=low
2+
3+
* Slight performance improvements
4+
* Minor UI fixes
5+
6+
-- Reto Galante <reto@galante.ch> Thu, 23 May 2024 12:00:00 +0000
7+
18
dayon (14.0.0) stable; urgency=medium
29

310
* Option to configure token server within the UI

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<url>https://github.com/retgal/dayon</url>
99
<groupId>mpo.dayon</groupId>
1010
<artifactId>dayon</artifactId>
11-
<version>14.0.0</version>
11+
<version>14.0.1</version>
1212
<description>cross platform remote desktop solution</description>
1313
<developers>
1414
<developer>

0 commit comments

Comments
 (0)