Skip to content

Commit

Permalink
Version bump for upcoming release
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Feb 22, 2021
1 parent 6119208 commit 3985ac7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
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="1.10.4"/>
<property name="version" value="1.10.5"/>

<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 (1.10.5) stable; urgency=medium

* Improved handling of special chars with varying keyboard layouts
* Turkish localisation

-- Reto Galante <[email protected]> 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
Expand Down
5 changes: 3 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>1.10.4</version>
<version>1.10.5</version>
<description>cross platform remote desktop solution</description>
<developers>
<developer>
Expand Down Expand Up @@ -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>
Expand All @@ -122,6 +122,7 @@
</osDependencies>
<javaServiceWrapper>false</javaServiceWrapper>
<generateVersion>false</generateVersion>
<customCopyRightFile>${basedir}/debian/copyright</customCopyRightFile>
<fileSets>
<fileSet>
<source>${basedir}/dist/dayon.png</source>
Expand Down

0 comments on commit 3985ac7

Please sign in to comment.