Skip to content

Commit

Permalink
🔨 bump version to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hwding committed Mar 2, 2019
1 parent 6329231 commit cd82f40
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 @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<properties>
<_version>0.2.3</_version>
<_version>0.2.4</_version>
</properties>
<modelVersion>4.0.0</modelVersion>
<groupId>com.amastigote</groupId>
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.3"
_version="0.2.4"
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/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

public class Main {

public static final String _version = "0.2.3";
public static final String _version = "0.2.4";

static {
/* Disable Logging in Apache PDFBox */
Expand Down

0 comments on commit cd82f40

Please sign in to comment.