Skip to content

Commit

Permalink
bump version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hwding committed Aug 22, 2017
1 parent 82eecb5 commit c4f9325
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.0.1</version>
<version>0.0.2</version>
<description>text stamp remover for PDF files</description>
<name>pdf-unstamper</name>
<url>https://github.com/hwding/pdf-unstamper</url>
Expand Down
2 changes: 1 addition & 1 deletion src/com/amastigote/unstamper/Main.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
AUTH | hwding
DATE | Aug 21 2017
DATE | Aug 22 2017
DESC | text stamp remover for PDF files
MAIL | [email protected]
GITH | github.com/hwding
Expand Down
2 changes: 1 addition & 1 deletion src/com/amastigote/unstamper/core/Processor.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
AUTH | hwding
DATE | Aug 21 2017
DATE | Aug 22 2017
DESC | text stamp remover for PDF files
MAIL | [email protected]
GITH | github.com/hwding
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 | Aug 21 2017
DATE | Aug 22 2017
DESC | text stamp remover for PDF files
MAIL | [email protected]
GITH | github.com/hwding
Expand All @@ -10,7 +10,7 @@
public class GeneralLogger {
public static class Help {
private static final String usage =
"\nPDF-UnStamper ver. 0.0.1 by hwding\n" +
"\nPDF-UnStamper ver. 0.0.2 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
2 changes: 1 addition & 1 deletion src/com/amastigote/unstamper/util/OptionManager.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
AUTH | hwding
DATE | Aug 21 2017
DATE | Aug 22 2017
DESC | text stamp remover for PDF files
MAIL | [email protected]
GITH | github.com/hwding
Expand Down
2 changes: 1 addition & 1 deletion src/com/amastigote/unstamper/util/TaskRunner.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
AUTH | hwding
DATE | Aug 21 2017
DATE | Aug 22 2017
DESC | text stamp remover for PDF files
MAIL | [email protected]
GITH | github.com/hwding
Expand Down

0 comments on commit c4f9325

Please sign in to comment.