Skip to content

Commit

Permalink
Prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Dec 22, 2022
1 parent 7e15445 commit c4941f9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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.6"/>
<property name="version" value="11.0.7"/>

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

* Some minor optimisations

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

dayon (11.0.6) stable; urgency=low

* Added acoustic notification on incoming connections
Expand Down
4 changes: 2 additions & 2 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>11.0.6</version>
<version>11.0.7</version>
<description>cross platform remote desktop solution</description>
<developers>
<developer>
Expand All @@ -34,7 +34,7 @@
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<xz.version>1.9</xz.version>
<junit.jupiter.version>5.9.1</junit.jupiter.version>
<mockito.core.version>4.8.0</mockito.core.version>
<mockito.core.version>4.9.0</mockito.core.version>
<maven-surefire-plugin.version>2.22.0</maven-surefire-plugin.version>
</properties>

Expand Down

0 comments on commit c4941f9

Please sign in to comment.