Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael committed Jun 13, 2020
1 parent c6710b7 commit 96ed6c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions autoupdater.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.1" encoding="UTF-8" standalone="yes"?>

<!-- Generated by update4j. Licensed under Apache Software License 2.0 -->
<configuration timestamp="2020-05-10T18:34:15.219737600Z">
<configuration timestamp="2020-06-13T09:30:03.671275800Z">
<properties>
<property key="default.launcher.main.class" value="dev.tricht.lunaris.Lunaris"/>
</properties>
<files>
<file uri="https://github.com/mtricht/lunaris/releases/download/v0.5.3/lunaris-0.5.3.jar" path="${user.dir}/app/lunaris.jar" size="24919034" checksum="6f55d33a" classpath="true" ignoreBootConflict="true"/>
<file uri="https://github.com/mtricht/lunaris/releases/download/v0.6.0/lunaris-0.6.0.jar" path="${user.dir}/app/lunaris.jar" size="24934436" checksum="b76afc4f" classpath="true" ignoreBootConflict="true"/>
</files>
</configuration>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>dev.tricht.lunaris</groupId>
<artifactId>lunaris</artifactId>
<version>0.5.4-SNAPSHOT</version>
<version>0.6.1-SNAPSHOT</version>

<properties>
<maven.compiler.target>1.9</maven.compiler.target>
Expand Down

0 comments on commit 96ed6c8

Please sign in to comment.