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

Commit

Permalink
Release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael committed Jan 25, 2020
1 parent ff11c81 commit d0bb608
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-01-23T20:04:38.691974900Z">
<configuration timestamp="2020-01-25T11:35:05.797297Z">
<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.0/lunaris-0.5.0.jar" path="${user.dir}/app/lunaris.jar" size="24702798" checksum="ae2fada5" classpath="true" ignoreBootConflict="true"/>
<file uri="https://github.com/mtricht/lunaris/releases/download/v0.5.1/lunaris-0.5.1.jar" path="${user.dir}/app/lunaris.jar" size="24702787" checksum="6168d5fe" 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.1</version>
<version>0.5.2-SNAPSHOT</version>

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

0 comments on commit d0bb608

Please sign in to comment.