Skip to content

Commit

Permalink
Bump version to v1.0.1
Browse files Browse the repository at this point in the history
v1.0 not even first stable release lol
  • Loading branch information
HarmfulBreeze committed Jan 6, 2022
1 parent aa2754d commit 2b84efa
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 @@ -4,7 +4,7 @@ plugins {
}

group = "com.github.piorrro33"
version = "1.0"
version = "1.0.1"

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 = "v1.0";
public static final String APPLICATION_VERSION = "v1.0.1";
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 2b84efa

Please sign in to comment.