Skip to content

Commit

Permalink
bump to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest committed Oct 27, 2022
1 parent 3fd4d5d commit 83ee15c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ plugins {

archivesBaseName = 'Skyclient-Universal-Installer'
group = "io.github.koxx12-dev"
version = '2.0.2'
version = '2.0.3'

compileJava {
sourceCompatibility = targetCompatibility = "1.8"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class SkyclientUniversal {
}
}

public static String version = "2.0.2";
public static String version = "2.0.3";
public static Gson gson = new Gson().newBuilder().setPrettyPrinting().create();
public static String baseRepo = "https://raw.githubusercontent.com/nacrt/SkyblockClient-REPO/main";
public static String baseCdn = "https://cdn.jsdelivr.net/gh/nacrt/SkyblockClient-REPO@main";
Expand Down

0 comments on commit 83ee15c

Please sign in to comment.