Skip to content

Commit

Permalink
Push version number
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksilassila committed Jan 30, 2022
1 parent 9ea3177 commit 85229de
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.12.12

# Mod Properties
mod_version = 2.1
mod_version = 2.2
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.1";
public static final String version = "v2.2";

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 85229de

Please sign in to comment.