Skip to content

Commit

Permalink
🔨 bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hwding committed Feb 12, 2019
1 parent 10c6311 commit 812cf15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.amastigote</groupId>
<artifactId>unstamper</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
<description>Textual watermark remover for PDF files.</description>
<name>pdf-unstamper</name>
<url>https://github.com/hwding/pdf-unstamper</url>
Expand Down
2 changes: 1 addition & 1 deletion script/install
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ user_bin=`echo ~`"/bin/"
locl_bin="/usr/local/bin/"
jar_name="pdf-unstamper.jar"
exe_name="unstamp"
_version="0.2.1"
_version="0.2.2"
jar_durl="https://github.com/hwding/pdf-unstamper/releases/download/$_version/$jar_name"
wrapper="#!/bin/bash\njava -jar ${user_bin}${jar_name} \"\$@\"\n"

Expand Down
2 changes: 1 addition & 1 deletion src/com/amastigote/unstamper/log/GeneralLogger.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
public class GeneralLogger {
public static class Help {
private static final String usage =
"\nPDF-UnStamper ver. 0.2.1 by hwding@GitHub\n" +
"\nPDF-UnStamper ver. 0.2.2 by hwding@GitHub\n" +
"\nUsage:" +
"\n [OPTION] -i [INPUT PDF] -k [KEYWORDS...] (-o [OUTPUT PDF])" +
"\n [OPTION] -I [INPUT DIR] -k [KEYWORDS...] (-O [OUTPUT DIR])\n" +
Expand Down

0 comments on commit 812cf15

Please sign in to comment.