From f27c0821428a6550da65ddf429f1a2f730490b86 Mon Sep 17 00:00:00 2001 From: Trifon Date: Sat, 8 May 2021 02:32:52 +0300 Subject: [PATCH] Version 1.0.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4276af7..52d1a50 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ $ mvn deploy - Open below URL in order to start JitPack build process ```shell -https://jitpack.io/com/github/trifonnt/ext-lib-amazon-mws-feeds/1.0.0 +https://jitpack.io/com/github/trifonnt/ext-lib-amazon-mws-feeds/1.0.1 ``` ### Get this project into your Maven build(pom.xml) @@ -114,7 +114,7 @@ https://jitpack.io/com/github/trifonnt/ext-lib-amazon-mws-feeds/1.0.0 com.github.trifonnt ext-lib-amazon-mws-feeds - 1.0.0 + 1.0.1 ... ```