Skip to content

Commit 6cd93ff

Browse files
committed
Release 1.0.3
1 parent 8b6e6e4 commit 6cd93ff

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ How to use it
2727

2828
Step 0
2929
-------
30-
Download the newest release of **Gmail Attachments Extractor**: [`GmailAttachmentsExtractor_v1.0.2.zip`][v1.0.2.zip] file (sha1: `8f80260c81febfc9b4525753f46d6483c9db9333`). Unpack the archive, so that you have `GmailAttachmentsExtractor.jar` file (sha1: `3bf2937e26825b45ca21e4f51eb83549c5e16828`).
30+
Download the newest release of **Gmail Attachments Extractor**: [`GmailAttachmentsExtractor_v1.0.3.zip`][v1.0.3.zip] file (sha1: `decf3d0a2c51be2e3d1b644382d383865fc68b1c`). Unpack the archive, so that you have `GmailAttachmentsExtractor.jar` file (sha1: `19b15db5d3a748947b2e7ebb3445d9d83182a33f`).
3131

3232
Step 1
3333
-------
@@ -130,7 +130,7 @@ Attachment Filter Options:
130130

131131
[gmail-home]: https://www.google.com/gmail/
132132
[gmail-conversation-setting]: https://support.google.com/mail/answer/5900
133-
[v1.0.2.zip]: https://github.com/TeWu/GmailAttachmentsExtractor/releases/download/1.0.2/GmailAttachmentsExtractor_v1.0.2.zip
133+
[v1.0.3.zip]: https://github.com/TeWu/GmailAttachmentsExtractor/releases/download/1.0.3/GmailAttachmentsExtractor_v1.0.3.zip
134134
[gmail-api-quickstart]: https://developers.google.com/gmail/api/quickstart/java#step_1_turn_on_the
135135
[gmail-search]: https://support.google.com/mail/answer/7190
136136
[api-console-gmail-creds]: https://console.developers.google.com/apis/api/gmail.googleapis.com/credentials

pom.xml

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

77
<groupId>pl.geek.tewu</groupId>
88
<artifactId>GmailAttachmentsExtractor</artifactId>
9-
<version>1.0.3-SNAPSHOT</version>
9+
<version>1.0.3</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

src/main/java/pl/geek/tewu/gmail_attachments_extractor/AppInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
public class AppInfo {
44
public static final String NAME = "Gmail Attachments Extractor";
55
public static final String SHORT_DESCRIPTION = "Downloads attachments from Gmail emails, then creates copy of emails but without extracted attachments.";
6-
public static final String VERSION = "1.0.2.next"; // BEFORE RELEASE: Remember to update version number in README.md
6+
public static final String VERSION = "1.0.3"; // BEFORE RELEASE: Remember to update version number in README.md
77
public static final String COMMAND = "java -jar GmailAttachmentsExtractor.jar";
88
public static final String HOMEPAGE = "https://github.com/TeWu/GmailAttachmentsExtractor";
99
}

0 commit comments

Comments
 (0)