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

Commit

Permalink
versionbump 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yugecin committed Jan 30, 2020
1 parent cab5106 commit e56332f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<property name="lang.src" value="1.8" />
<property name="lang.target" value="1.8" />
<property name="version" value="0.5.1" />
<property name="version" value="0.5.2" />

<property name="main" value="yugecin.opsudance.core.Entrypoint" />

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>yugecin</groupId>
<artifactId>opsu-dance</artifactId>
<version>0.5.1</version>
<version>0.5.2</version>
<properties>
<nativesTargetDir>target/Natives</nativesTargetDir>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.5.1
file=https://github.com/yugecin/opsu-dance/releases/download/0.5.1/opsu-dance-0.5.1.jar
version=0.5.2
file=https://github.com/yugecin/opsu-dance/releases/download/0.5.2/opsu-dance-0.5.2.jar

0 comments on commit e56332f

Please sign in to comment.