File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/com/amastigote/unstamper Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
55
66 <properties >
7- <_version >0.2.3 </_version >
7+ <_version >0.2.4 </_version >
88 </properties >
99 <modelVersion >4.0.0</modelVersion >
1010 <groupId >com.amastigote</groupId >
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.3 "
11+ _version=" 0.2.4 "
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 1717
1818public class Main {
1919
20- public static final String _version = "0.2.3 " ;
20+ public static final String _version = "0.2.4 " ;
2121
2222 static {
2323 /* Disable Logging in Apache PDFBox */
You can’t perform that action at this time.
0 commit comments