Skip to content

Commit

Permalink
Updated version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Mar 10, 2022
1 parent 9f0480f commit 014db85
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.assisted.AssistedRunner"/>
<property name="ant.build.javac.source" value="1.8"/>
<property name="ant.build.javac.target" value="1.8"/>
<property name="version" value="11.0.3"/>
<property name="version" value="11.0.4"/>

<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 (11.0.4) stable; urgency=low

* Fixed latent coordinate out of bounds exception
* Show IPv6 addresses in the snap version

-- Reto Galante <[email protected]> Thu, 10 Mar 2022 12:00:00 +0000

dayon (11.0.3) stable; urgency=low

* Updated desktop entries and copyright information
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>11.0.3</version>
<version>11.0.4</version>
<description>cross platform remote desktop solution</description>
<developers>
<developer>
Expand Down

0 comments on commit 014db85

Please sign in to comment.