Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Oct 6, 2021
1 parent 7b7dae6 commit 55180e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.8'
version: '1.10.9'
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/tr) user interface
- friendly, multilingual (de/en/es/fr/it/ru/tr/zh) user interface
- assistant and assisted functionality in one package
- 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.8"/>
<property name="version" value="1.10.9"/>

<path id="project.classpath">
<fileset dir="${dir.lib}">
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>1.10.8</version>
<version>1.10.9</version>
<description>cross platform remote desktop solution</description>
<developers>
<developer>
Expand All @@ -31,8 +31,8 @@
<maven.compiler.target>1.8</maven.compiler.target>
<dayon.mainClass>mpo.dayon.assisted.AssistedRunner</dayon.mainClass>
<xz.version>1.9</xz.version>
<junit.jupiter.version>5.7.1</junit.jupiter.version>
<mockito.core.version>3.8.0</mockito.core.version>
<junit.jupiter.version>5.8.1</junit.jupiter.version>
<mockito.core.version>3.12.4</mockito.core.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 55180e4

Please sign in to comment.