Skip to content

Commit

Permalink
Version bump for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Mar 9, 2021
1 parent 28fe865 commit 3303e86
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: dayon
title: Dayon!
version: '1.10.5'
version: '1.10.6'
summary: An easy to use, cross-platform remote desktop assistance solution
description: |
Dayon! allows watching and controlling remote computers.
It can be used as free alternative to various commercial remote desktop and remote assistance products.
Its key features are
- no router or network configuration required on the assisted side
- friendly, multilingual (de/en/es/fr/it/ru) user interface
- friendly, multilingual (de/en/es/fr/it/ru/tr) user interface
- assistant and assisted functionality in one packet
- secure, encrypted communication (TLS)
license: GPL-3.0
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.5"/>
<property name="version" value="1.10.6"/>

<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.6) stable; urgency=medium

* Refreshed UI
* Fixed partially broken keyboard support

-- Reto Galante <[email protected]> Tue, 9 Mar 2021 12:00:00 +0000

dayon (1.10.5) stable; urgency=medium

* Improved handling of special chars with varying keyboard layouts
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>1.10.5</version>
<version>1.10.6</version>
<description>cross platform remote desktop solution</description>
<developers>
<developer>
Expand All @@ -33,7 +33,7 @@
<bzip2.version>0.9.1</bzip2.version>
<grizzly-lzma.version>1.9.65</grizzly-lzma.version>
<junit.jupiter.version>5.7.1</junit.jupiter.version>
<mockito.core.version>3.7.7</mockito.core.version>
<mockito.core.version>3.8.0</mockito.core.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 3303e86

Please sign in to comment.