Version bump for upcoming release

This commit is contained in:
RetGal 2021-02-22 17:53:16 +01:00
parent 61192083a9
commit 3985ac736f
4 changed files with 12 additions and 4 deletions

View File

@ -1,6 +1,6 @@
name: dayon
title: Dayon!
version: '1.10.4'
version: '1.10.5'
summary: An easy to use, cross-platform remote desktop assistance solution
description: |
Dayon! allows watching and controlling remote computers.

View File

@ -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="1.10.4"/>
<property name="version" value="1.10.5"/>
<path id="project.classpath">
<fileset dir="${dir.lib}">

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
dayon (1.10.5) stable; urgency=medium
* Improved handling of special chars with varying keyboard layouts
* Turkish localisation
-- Reto Galante <reto@galante.ch> Mon, 22 Feb 2021 12:00:00 +0000
dayon (1.10.4) stable; urgency=medium
* Ability to (re-)start and stop connections to the assistant

View File

@ -8,7 +8,7 @@
<url>https://github.com/retgal/dayon</url>
<groupId>mpo.dayon</groupId>
<artifactId>dayon</artifactId>
<version>1.10.4</version>
<version>1.10.5</version>
<description>cross platform remote desktop solution</description>
<developers>
<developer>
@ -103,7 +103,7 @@
<plugin>
<groupId>com.aerse.maven</groupId>
<artifactId>deb-maven-plugin</artifactId>
<version>1.12</version>
<version>1.13-SNAPSHOT</version>
<executions>
<execution>
<id>create-deb</id>
@ -122,6 +122,7 @@
</osDependencies>
<javaServiceWrapper>false</javaServiceWrapper>
<generateVersion>false</generateVersion>
<customCopyRightFile>${basedir}/debian/copyright</customCopyRightFile>
<fileSets>
<fileSet>
<source>${basedir}/dist/dayon.png</source>