Skip to content

Commit cd82f40

Browse files
committed
🔨 bump version to 0.2.4
1 parent 6329231 commit cd82f40

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

script/install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ user_bin=`echo ~`"/bin/"
88
locl_bin="/usr/local/bin/"
99
jar_name="pdf-unstamper.jar"
1010
exe_name="unstamp"
11-
_version="0.2.3"
11+
_version="0.2.4"
1212
jar_durl="https://github.com/hwding/pdf-unstamper/releases/download/$_version/$jar_name"
1313
wrapper="#!/bin/bash\njava -jar ${user_bin}${jar_name} \"\$@\"\n"
1414

src/com/amastigote/unstamper/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
public 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 */

0 commit comments

Comments
 (0)