Skip to content

Commit aef8c23

Browse files
Update Readme again
1 parent 68ad171 commit aef8c23

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
@@ -2,7 +2,7 @@
22

33
The AWS Encryption SDK is a client-side encryption library designed to make it easy for everyone to encrypt and decrypt data using industry standards and best practices. It enables you to focus on the core functionality of your application, rather than on how to best encrypt and decrypt your data.
44

5-
For more details about the design and architecture of the SDK, see the [official documentation](https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/).
5+
For details about the design, architecture and usage of the SDK, see the [official documentation](https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/), [example code][examples] and the [Javadoc](https://aws.github.io/aws-encryption-sdk-java/javadoc/).
66

77
## Getting Started
88

@@ -54,7 +54,7 @@ You can get the latest release from Maven:
5454
<dependency>
5555
<groupId>com.amazonaws</groupId>
5656
<artifactId>aws-encryption-sdk-java</artifactId>
57-
<version>1.6.1</version>
57+
<version>1.7.0</version>
5858
</dependency>
5959
```
6060

0 commit comments

Comments
 (0)