From 83f6b586eb588105d39bc291e7dc2939031ca086 Mon Sep 17 00:00:00 2001 From: Rohan Nagar Date: Fri, 1 Sep 2023 18:20:18 -0700 Subject: [PATCH] Use v1.6.0 in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3939569..cfef173 100644 --- a/README.md +++ b/README.md @@ -62,14 +62,14 @@ Add this library as a dependency in your `pom.xml`: com.sanctionco.jmail jmail - 1.5.1 + 1.6.0 ``` Or in your `build.gradle`: ```groovy -implementation 'com.sanctionco.jmail:jmail:1.5.1' +implementation 'com.sanctionco.jmail:jmail:1.6.0' ``` ## Usage