Skip to content

Commit

Permalink
derp
Browse files Browse the repository at this point in the history
  • Loading branch information
IzzelAliz committed Jun 8, 2023
1 parent 30ca333 commit 738b505
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'io.izzel.arclight'
version '1.5.3'
version '1.5.4'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/izzel/arclight/api/ArclightVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class ArclightVersion {
public static final ArclightVersion HORN = v1_19_R1;
public static final ArclightVersion GREAT_HORN = new ArclightVersion("1.19.3", 1193, "v1_19_R2", "GreatHorn");
public static final ArclightVersion EXECUTIONS = new ArclightVersion("1.19.4", 1194, "v1_19_R3", "Executions");
public static final ArclightVersion TRAILS = new ArclightVersion("1.20", 1200, "v1_20_R1", "Trails");
public static final ArclightVersion TRIALS = new ArclightVersion("1.20", 1200, "v1_20_R1", "Trials");

private final String name;
private final int num;
Expand Down

0 comments on commit 738b505

Please sign in to comment.