Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
NeRdTheNed committed Oct 8, 2023
1 parent 318477f commit 8ce5e84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import picocli.CommandLine.Option;
import picocli.CommandLine.Parameters;

@Command(name = "JarTighten", mixinStandardHelpOptions = true, version = "JarTighten v1.2.7",
@Command(name = "JarTighten", mixinStandardHelpOptions = true, version = "JarTighten v1.2.8",
description = "Jar file size optimiser")
public class CMDMain implements Callable<Integer> {
@Parameters(index = "0", description = "The file to optimise")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Zopfli may need at least half a gigabyte of memory. 2G should probably be enough.
org.gradle.jvmargs=-Xmx2G
version=1.2.7
version=1.2.8

0 comments on commit 8ce5e84

Please sign in to comment.