Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Moresteck committed Dec 2, 2024
1 parent b2162fa commit 354988d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
import java.util.stream.Stream;

public class AssetIndexMaker {
public static final String VERSION = "1.0.1";
static final File SELF; // the running jar file
public static final String VERSION = "1.0.2";
static final Path SELF; // the running jar file

static String customUrlBase = null;
static String downloadUrlBase = "";
Expand Down

0 comments on commit 354988d

Please sign in to comment.