Skip to content

Commit 51021fc

Browse files
committed
Bump to v2.1.1
1 parent 5f81524 commit 51021fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can download release builds through the [releases section of this](https://g
2424
<dependency>
2525
<groupId>software.amazon.payloadoffloading</groupId>
2626
<artifactId>payloadoffloading-common</artifactId>
27-
<version>2.1.0</version>
27+
<version>2.1.1</version>
2828
</dependency>
2929
```
3030

@@ -33,7 +33,7 @@ You can download release builds through the [releases section of this](https://g
3333
<dependency>
3434
<groupId>software.amazon.payloadoffloading</groupId>
3535
<artifactId>payloadoffloading-common</artifactId>
36-
<version>1.1.0</version>
36+
<version>1.1.1</version>
3737
</dependency>
3838
```
3939

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>software.amazon.payloadoffloading</groupId>
88
<artifactId>payloadoffloading-common</artifactId>
9-
<version>2.1.0</version>
9+
<version>2.1.1</version>
1010
<packaging>jar</packaging>
1111
<name>Payload offloading common library for AWS</name>
1212
<description>Common library between extended Amazon AWS clients to save payloads up to 2GB on Amazon S3.</description>
@@ -179,4 +179,4 @@
179179
</build>
180180
</profile>
181181
</profiles>
182-
</project>
182+
</project>

0 commit comments

Comments
 (0)