From 8e69d7d3edd8ee1efcb5b78c224412c3e8c8ff01 Mon Sep 17 00:00:00 2001 From: Aaron Todd Date: Wed, 22 Sep 2021 15:50:12 -0400 Subject: [PATCH] chore: update readme to include latest version --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32dc01d31f7..d50e9148208 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ # AWS SDK for Kotlin -[![Apache 2 licensed][apache-badge]][apache-url] +[![Apache 2 licensed][apache-badge]][apache-url] [![Maven][maven-badge]][maven-url] [apache-badge]: https://img.shields.io/badge/license-APACHE2-blue.svg [apache-url]: https://github.com/awslabs/aws-sdk-kotlin/blob/main/LICENSE +[maven-badge]: https://img.shields.io/maven-central/v/aws.sdk.kotlin/s3.svg?label=Maven +[maven-url]: https://search.maven.org/search?q=g:aws.sdk.kotlin + This repo contains the AWS SDK for Kotlin and its [public roadmap](https://github.com/awslabs/aws-sdk-kotlin/projects/2) **The AWS SDK for Kotlin is currently in alpha and is intended strictly for feedback purposes only. Do not use this SDK for production workloads. Refer to the SDK [stability](docs/stability.md) guidelines** @@ -141,4 +144,4 @@ Please refer to our [security policy](https://github.com/awslabs/aws-sdk-kotlin/ The SDK supports the following targets: * [JVM](docs/targets.md#jvm) -* [Android](docs/targets.md#android) \ No newline at end of file +* [Android](docs/targets.md#android)