diff --git a/README.md b/README.md index 24d7034..2e1c671 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Below are a list of the collected exception attributes: You can add the dependency by adding the following to your `build.gradle` file: ``` dependencies { - implementation "com.newrelic.opentracing:java-aws-lambda:2.1.1" + implementation "com.newrelic.opentracing:java-aws-lambda:2.2.0" } ``` diff --git a/gradle.properties b/gradle.properties index 0178e07..d7b0471 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ group = com.newrelic.opentracing -version = 2.2.0 +version = 2.3.0