Skip to content

Commit

Permalink
Updated build files for the new release
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Feb 20, 2019
1 parent 7ad1038 commit c7f3efe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ With his permission I moved the code base to GitHub, where it can easier be main

## Releases

The ![latest version](https://github.com/RetGal/Dayon/releases) is v1.6.1 - released more than ten years after the initial release.
The ![latest version](https://github.com/RetGal/Dayon/releases) is v1.7.0 - released more than ten years after the initial release.

This version comes with a refreshed look and feel, improved Windows installers and uses updated libraries, fully Java 9+ compatible.
This version comes with a new connection protocol, allowing the clipboard to be shared between assisted and assistant.

It is most likely the very last version which is boundled with a Java 8 based JRE.

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="ant.build.javac.source" value="1.8"/>
<property name="ant.build.javac.target" value="1.8"/>
<property name="jetty.version" value="9.4.15.v20190215"/>
<property name="version" value="1.6.1"/>
<property name="version" value="1.7.0"/>

<path id="project.classpath">
<fileset dir="${dir.lib}">
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>1.6.1</version>
<version>1.7.0</version>
<licenses>
<license>
<name>GNU General Public License Version 3</name>
Expand Down

0 comments on commit c7f3efe

Please sign in to comment.