File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/com/amastigote/unstamper/log Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 <modelVersion >4.0.0</modelVersion >
77 <groupId >com.amastigote</groupId >
88 <artifactId >unstamper</artifactId >
9- <version >0.2.1 </version >
9+ <version >0.2.2 </version >
1010 <description >Textual watermark remover for PDF files.</description >
1111 <name >pdf-unstamper</name >
1212 <url >https://github.com/hwding/pdf-unstamper</url >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ user_bin=`echo ~`"/bin/"
88locl_bin=" /usr/local/bin/"
99jar_name=" pdf-unstamper.jar"
1010exe_name=" unstamp"
11- _version=" 0.2.1 "
11+ _version=" 0.2.2 "
1212jar_durl=" https://github.com/hwding/pdf-unstamper/releases/download/$_version /$jar_name "
1313wrapper=" #!/bin/bash\njava -jar ${user_bin}${jar_name} \"\$ @\" \n"
1414
Original file line number Diff line number Diff line change 1212public class GeneralLogger {
1313 public static class Help {
1414 private static final String usage =
15- "\n PDF-UnStamper ver. 0.2.1 by hwding@GitHub\n " +
15+ "\n PDF-UnStamper ver. 0.2.2 by hwding@GitHub\n " +
1616 "\n Usage:" +
1717 "\n [OPTION] -i [INPUT PDF] -k [KEYWORDS...] (-o [OUTPUT PDF])" +
1818 "\n [OPTION] -I [INPUT DIR] -k [KEYWORDS...] (-O [OUTPUT DIR])\n " +
You can’t perform that action at this time.
0 commit comments