Skip to content

Commit ea42f0f

Browse files
author
chris.agocs
committed
Add 0.0.4 to README
1 parent 32d1a25 commit ea42f0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Include the following dependency in your `pom.xml`
3333
<dependency>
3434
<groupId>com.datadoghq</groupId>
3535
<artifactId>datadog-lambda-java</artifactId>
36-
<version>0.0.3</version>
36+
<version>0.0.4</version>
3737
<type>pom</type>
3838
</dependency>
3939
```
@@ -48,7 +48,7 @@ repositories {
4848
}
4949
5050
dependencies {
51-
implementation 'com.datadoghq:datadog-lambda-java:0.0.3'
51+
implementation 'com.datadoghq:datadog-lambda-java:0.0.4'
5252
}
5353
```
5454

0 commit comments

Comments
 (0)