Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Nov 21, 2021
1 parent f15f1c7 commit 0cbd2cb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: dayon
title: Dayon!
version: '11.0.0'
summary: An easy to use, cross-platform remote desktop assistance solution
version: '11.0.1'
summary: An easy-to-use, cross-platform remote desktop assistance solution
description: |
Dayon! allows accessing and controlling remote computers.
An easy-to-use, cross-platform remote desktop support solution for everyone.
It can be used as free alternative to various commercial remote desktop and remote assistance products.
Its key features are
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="11.0.0"/>
<property name="version" value="11.0.1"/>

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

* Improved keyboard support for special chars

-- Reto Galante <[email protected]> Sun, 21 Nov 2021 12:00:00 +0000

dayon (11.0.0) stable; urgency=medium

* Connection via access token
Expand Down
2 changes: 1 addition & 1 deletion 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.0</version>
<version>11.0.1</version>
<description>cross platform remote desktop solution</description>
<developers>
<developer>
Expand Down

0 comments on commit 0cbd2cb

Please sign in to comment.