Skip to content

Commit

Permalink
Added 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigerpanzer02 committed Oct 10, 2023
1 parent b42e8cd commit e416cd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {


group = "me.tigerhix.lib"
version = "1.4.0"
version = "1.4.1"
description = "scoreboard"
java.sourceCompatibility = JavaVersion.VERSION_1_8

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ public enum Version {
v1_19_R1,
v1_19_R2,
v1_19_R3,
v1_20_R1;
v1_20_R1,
v1_20_R2;

private final Integer value;
private final String shortVersion;
Expand Down

0 comments on commit e416cd1

Please sign in to comment.