Skip to content

Commit

Permalink
Bumped version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sapessi committed Jun 21, 2017
1 parent 8fe9a1a commit 05a5058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To include the library in your Maven project, add the desired implementation to
<dependency>
<groupId>com.amazonaws.serverless</groupId>
<artifactId>aws-serverless-java-container-jersey</artifactId>
<version>0.4</version>
<version>0.5</version>
</dependency>
```

Expand Down Expand Up @@ -190,4 +190,4 @@ public class StreamLambdaHandler implements RequestStreamHandler {
outputStream.close();
}
}
```
```

0 comments on commit 05a5058

Please sign in to comment.