Skip to content

Commit 61c2a5c

Browse files
authored
Bump artifact version to 0.2
1 parent 397b630 commit 61c2a5c

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.1</version>
13+
<version>0.2</version>
1414
</dependency>
1515
```
1616

@@ -137,4 +137,4 @@ public String echoServletHeaders(@Context HttpServletRequest context) {
137137
}
138138
return "servlet";
139139
}
140-
```
140+
```

0 commit comments

Comments
 (0)