Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed May 23, 2024
1 parent 22c6410 commit 5229caf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<property name="main.class" value="mpo.dayon.common.Runner"/>
<property name="ant.build.javac.source" value="11"/>
<property name="ant.build.javac.target" value="11"/>
<property name="version" value="14.0.0"/>
<property name="version" value="14.0.1"/>

<path id="project.classpath">
<fileset dir="${dir.lib}">
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
dayon (14.0.1) stable; urgency=low

* Slight performance improvements
* Minor UI fixes

-- Reto Galante <[email protected]> Thu, 23 May 2024 12:00:00 +0000

dayon (14.0.0) stable; urgency=medium

* Option to configure token server within the UI
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<url>https://github.com/retgal/dayon</url>
<groupId>mpo.dayon</groupId>
<artifactId>dayon</artifactId>
<version>14.0.0</version>
<version>14.0.1</version>
<description>cross platform remote desktop solution</description>
<developers>
<developer>
Expand Down

0 comments on commit 5229caf

Please sign in to comment.