Skip to content

Commit

Permalink
Update version and change log
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Nov 18, 2024
1 parent 508c240 commit 2e1fdbf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<property name="dir.ppa" value="${dir.binfile}/debian"/>
<property name="main.class" value="mpo.dayon.common.Runner"/>
<property name="ant.build.javac.release" value="11"/>
<property name="version" value="14.0.2"/>
<property name="version" value="15.0.0"/>

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

* Option to monitor in true colors
* Additional gray scales
* Improved UI responsiveness

-- Reto Galante <[email protected]> Mon, 18 November 2024 12:00:00 +0000

dayon (14.0.2) stable; urgency=low

* Improved UPnP gateway discovery
Expand Down
6 changes: 3 additions & 3 deletions 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.2</version>
<version>15.0.0</version>
<description>cross platform remote desktop solution</description>
<developers>
<developer>
Expand Down Expand Up @@ -658,7 +658,7 @@
<version>1.8.3</version>
<configuration>
<archiveDir>../dist/</archiveDir>
<fileName>assisted.command</fileName>
<fileName>Assisted.command</fileName>
<label>Dayon! Assisted ${project.version}</label>
<startupScript>./dayon_assisted.sh</startupScript>
</configuration>
Expand Down Expand Up @@ -718,7 +718,7 @@
<version>1.8.3</version>
<configuration>
<archiveDir>../dist/</archiveDir>
<fileName>assistant.command</fileName>
<fileName>Assistant.command</fileName>
<label>Dayon! Assistant ${project.version}</label>
<startupScript>./dayon_assistant.sh</startupScript>
</configuration>
Expand Down

0 comments on commit 2e1fdbf

Please sign in to comment.