From 2b47055b8270dad1cdbdee99098c3849da2646dc Mon Sep 17 00:00:00 2001 From: "chris.agocs" Date: Tue, 26 May 2020 11:51:19 -0400 Subject: [PATCH] version bump --- README.md | 6 ++++-- build.gradle | 8 ++++---- 2 files changed, 8 insertions(+), 6 deletions(-) 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