Skip to content

Commit 05a5058

Browse files
committed
Bumped version in readme
1 parent 8fe9a1a commit 05a5058

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
@@ -10,7 +10,7 @@ To include the library in your Maven project, add the desired implementation to
1010
<dependency>
1111
<groupId>com.amazonaws.serverless</groupId>
1212
<artifactId>aws-serverless-java-container-jersey</artifactId>
13-
<version>0.4</version>
13+
<version>0.5</version>
1414
</dependency>
1515
```
1616

@@ -190,4 +190,4 @@ public class StreamLambdaHandler implements RequestStreamHandler {
190190
outputStream.close();
191191
}
192192
}
193-
```
193+
```

0 commit comments

Comments
 (0)