Skip to content

Commit

Permalink
added new Rank to Score class
Browse files Browse the repository at this point in the history
  • Loading branch information
kane50613 committed May 15, 2021
1 parent dc4e518 commit 1a9c75b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>tw.kane</groupId>
<artifactId>osu4j</artifactId>
<version>v1.1.4</version>
<version>v1.1.5</version>
<build>
<plugins>
<plugin>
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 @@

<groupId>tw.kane</groupId>
<artifactId>osu4j</artifactId>
<version>v1.1.4</version>
<version>v1.1.5</version>

<distributionManagement>
<repository>
Expand Down
6 changes: 5 additions & 1 deletion src/main/java/tw/kane/osu4j/Score.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,11 @@ public enum Rank {
SH("S+"),
SS("SS"),
S("S"),
A("A");
A("A"),
B("B"),
C("C"),
D("D"),
F("F");

public final String name;

Expand Down

0 comments on commit 1a9c75b

Please sign in to comment.