Skip to content

Commit

Permalink
1.20.4 Whisper
Browse files Browse the repository at this point in the history
  • Loading branch information
IzzelAliz committed Dec 9, 2023
1 parent 3f0c049 commit 156498b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.5'
version '1.5.6'

repositories {
mavenCentral()
Expand Down
1 change: 1 addition & 0 deletions src/main/java/io/izzel/arclight/api/ArclightVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public class ArclightVersion {
public static final ArclightVersion EXECUTIONS = new ArclightVersion("1.19.4", 1194, "v1_19_R3", "Executions");
public static final ArclightVersion TRIALS = new ArclightVersion("1.20", 1200, "v1_20_R1", "Trials");
public static final ArclightVersion NET = new ArclightVersion("1.20.2", 1202, "v1_20_R2", "Net");
public static final ArclightVersion WHISPER = new ArclightVersion("1.20.4", 1204, "v1_20_R3", "Whisper");

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

0 comments on commit 156498b

Please sign in to comment.