Skip to content

Commit

Permalink
Bump version for minor patch
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinWoodring committed Jun 22, 2022
1 parent 3ed774b commit 9cbd435
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 @@ -47,7 +47,7 @@ jlink{
jpackage {
imageName = 'DFAify'
installerName = 'DFAify'
appVersion = "1.0.0"
appVersion = "1.0.1"
installerOptions = [
'--verbose',
'--vendor', 'Justin Woodring',
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/justinwoodring/dfaify/DFAify.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ public void loadHttpAddr(String string) {
}

public static String getVersion() {
return "v1.0.0a";
return "v1.0.1a";
}
}

0 comments on commit 9cbd435

Please sign in to comment.