diff --git a/README.md b/README.md index 1429da0..33ed42f 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Include the following dependency in your `pom.xml` com.datadoghq datadog-lambda-java - 0.0.2 + 0.0.3 pom ``` @@ -48,7 +48,7 @@ repositories { } dependencies { - implementation 'com.datadoghq:datadog-lambda-java:0.0.2' + implementation 'com.datadoghq:datadog-lambda-java:0.0.3' } ``` @@ -117,6 +117,8 @@ public class Handler implements RequestHandler