We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a7d92 commit b4470e9Copy full SHA for b4470e9
README.md
@@ -12,7 +12,7 @@ Add the latest aws-v4-signer-java Maven dependency to your project
12
<dependency>
13
<groupId>uk.co.lucasweb</groupId>
14
<artifactId>aws-v4-signer-java</artifactId>
15
- <version>1.0</version>
+ <version>1.1</version>
16
</dependency>
17
```
18
pom.xml
@@ -6,7 +6,7 @@
6
7
8
9
- <version>1.1-SNAPSHOT</version>
10
11
<name>AWS V4 Signer for Java</name>
<description>A lightweight, zero-dependency implementation of the AWS V4 signing algorithm</description>
0 commit comments