Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
NeRdTheNed committed Oct 10, 2023
1 parent 93ed1a6 commit 312eda4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deft4j-base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.github.NeRdTheNed.deft4j'
artifactId = 'deft4j-base'
version = '1.0.0-beta-15'
version = '1.0.0-beta-16'

from components.java
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import picocli.CommandLine;
import picocli.CommandLine.Command;

@Command(name = "deft4j", version = "deft4j v1.0.0-beta-15", subcommands = { Optimise.class, OptimiseFolder.class, ConvertToGZip.class, GZipCompress.class })
@Command(name = "deft4j", version = "deft4j v1.0.0-beta-16", subcommands = { Optimise.class, OptimiseFolder.class, ConvertToGZip.class, GZipCompress.class })
public class Main {
public static void main(String[] args) {
final int exitCode = new CommandLine(new Main()).execute(args);
Expand Down
2 changes: 1 addition & 1 deletion deft4j-compress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.github.NeRdTheNed.deft4j'
artifactId = 'deft4j-compress'
version = '1.0.0-beta-15'
version = '1.0.0-beta-16'

from components.java
}
Expand Down
2 changes: 1 addition & 1 deletion deft4j-container/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.github.NeRdTheNed.deft4j'
artifactId = 'deft4j-container'
version = '1.0.0-beta-15'
version = '1.0.0-beta-16'

from components.java
}
Expand Down

0 comments on commit 312eda4

Please sign in to comment.