Skip to content

Commit

Permalink
🔨 bump version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hwding committed Feb 19, 2019
1 parent 1f430ae commit 25092f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.2</version>
<version>0.2.3</version>
<description>Textual watermark remover for PDF files.</description>
<name>pdf-unstamper</name>
<url>https://github.com/hwding/pdf-unstamper</url>
Expand Down
4 changes: 2 additions & 2 deletions script/install
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#!/bin/bash

#AUTH hwding
#DATE DEC/25/2018
#DATE Feb 19 2019
#DESC install unstamp as a command

user_bin=`echo ~`"/bin/"
locl_bin="/usr/local/bin/"
jar_name="pdf-unstamper.jar"
exe_name="unstamp"
_version="0.2.2"
_version="0.2.3"
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
4 changes: 2 additions & 2 deletions src/com/amastigote/unstamper/log/GeneralLogger.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
AUTH | hwding
DATE | Nov 16 2018
DATE | Feb 19 2019
DESC | textual watermark remover for PDF files
MAIL | [email protected]
GITH | github.com/hwding
Expand All @@ -12,7 +12,7 @@
public class GeneralLogger {
public static class Help {
private static final String usage =
"\nPDF-UnStamper ver. 0.2.2 by hwding@GitHub\n" +
"\nPDF-UnStamper ver. 0.2.3 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 25092f2

Please sign in to comment.