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;