Skip to content

Commit

Permalink
Bump version to v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HarmfulBreeze committed Jan 5, 2022
1 parent 4d5ec5b commit 530f912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "com.github.piorrro33"
version = "0.1"
version = "0.2"

application {
mainClass.set("com.github.piorrro33.paktools.Main")
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/github/piorrro33/paktools/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
public class Constants {

public static final String APPLICATION_NAME = "paktools";
public static final String APPLICATION_VERSION = "v0.1";
public static final String APPLICATION_VERSION = "v0.2";
public static final String APPLICATION_VERSION_STRING = APPLICATION_NAME + " " + APPLICATION_VERSION;
public static final String DEFAULT_PACKAGE_EXTENSION = ".pak";
public static final int BUFSIZE = 8192;
Expand Down

0 comments on commit 530f912

Please sign in to comment.