Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marhop committed Jun 4, 2024
1 parent 0c18d2a commit fea4c06
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Release 1.0.1 (2024-06-04)

Packaging bugfix, missing dependency.

# Release 1.0.0 (2024-05-16)

First public release.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.nrw.lav.dips.rscon</groupId>
<artifactId>rscon</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<name>Rendition Server Command Line PDF/A Converter</name>
<url>https://github.com/lavnrw/rscon</url>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/nrw/lav/dips/rscon/Configuration.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

final class Configuration {
private final static String PROG_NAME = "rscon";
private final static String PROG_VERSION = "1.0.0";
private final static String PROG_VERSION = "1.0.1";
@Parameter(names = {"-h", "--help"},
description = "show this help message", help = true)
private Boolean showHelp = false;
Expand Down

0 comments on commit fea4c06

Please sign in to comment.