Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Remember to update this...
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoNekoDev committed Dec 5, 2023
1 parent ad479bb commit a76dcee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public ItemStack convertJsonToBook(JsonObject jsonBook) throws IllegalAccessExce

@Override
public String getVersion() {
return "1_20_R1";
return "1_20_R2";
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public ItemStack convertJsonToBook(JsonObject jsonBook) throws IllegalAccessExce

@Override
public String getVersion() {
return "1_20_R1";
return "1_20_R3";
}

@Override
Expand Down

0 comments on commit a76dcee

Please sign in to comment.