Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Jan 16, 2022
1 parent 92456b5 commit 14a5b82
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: '11.0.2'
version: '11.0.3'
summary: An easy-to-use, cross-platform remote desktop assistance solution
description: |
An easy-to-use, cross-platform remote desktop support solution for everyone.
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.2"/>
<property name="version" value="11.0.3"/>

<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>11.0.2</version>
<version>11.0.3</version>
<description>cross platform remote desktop solution</description>
<developers>
<developer>
Expand All @@ -17,7 +17,7 @@
<email>[email protected]</email>
</developer>
</developers>
<inceptionYear>2016-2021</inceptionYear>
<inceptionYear>2016-2022</inceptionYear>
<licenses>
<license>
<name>GPL-3</name>
Expand All @@ -32,7 +32,7 @@
<dayon.mainClass>mpo.dayon.assisted.AssistedRunner</dayon.mainClass>
<xz.version>1.9</xz.version>
<junit.jupiter.version>5.8.2</junit.jupiter.version>
<mockito.core.version>4.1.0</mockito.core.version>
<mockito.core.version>4.2.0</mockito.core.version>
<maven-surefire-plugin.version>2.22.0</maven-surefire-plugin.version>
</properties>

Expand Down

0 comments on commit 14a5b82

Please sign in to comment.