Skip to content

Commit

Permalink
Bump version number =)))
Browse files Browse the repository at this point in the history
hate these things
  • Loading branch information
aleksilassila committed May 28, 2022
1 parent 94c62a7 commit 4072c7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.14.6

# Mod Properties
mod_version = 2.3
mod_version = 2.4
maven_group = net.fabricmc
archives_base_name = litematica-printer

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import java.util.Scanner;

public class UpdateChecker {
public static final String version = "v2.3";
public static final String version = "v2.4";

public static String getPrinterVersion() {
try (InputStream inputStream = new URL("https://api.github.com/repos/aleksilassila/litematica-printer/tags").openStream(); Scanner scanner = new Scanner(inputStream)) {
Expand Down

0 comments on commit 4072c7b

Please sign in to comment.