From 316d7d5be3ab9671e810eb1d361cb09f5b784328 Mon Sep 17 00:00:00 2001 From: pannepu Date: Mon, 27 Mar 2023 17:04:29 +0530 Subject: [PATCH] Update README.md Updating README with latest sdk jar version. --- README.md | 2 +- src/main/java/com/chargehound/Chargehound.java | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30b1f1c..af9a2ae 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Add this dependency to your project's POM: Add this dependency to your project's build file: ```groovy -compile "com.chargehound:chargehound-java:2.0.0" +compile "com.chargehound:chargehound-java:2.1.0" ``` ### Others diff --git a/src/main/java/com/chargehound/Chargehound.java b/src/main/java/com/chargehound/Chargehound.java index 4da5183..47df0c7 100644 --- a/src/main/java/com/chargehound/Chargehound.java +++ b/src/main/java/com/chargehound/Chargehound.java @@ -17,6 +17,7 @@ public class Chargehound { private String key; private String protocol = "https://"; + // Version number of the current release public static final String VERSION = "2.1.0"; public Disputes disputes;