From ed3e157f299670396b9fe9d335d77e041ce373d4 Mon Sep 17 00:00:00 2001 From: Ken Gilmer Date: Mon, 10 May 2021 15:19:26 -0700 Subject: [PATCH] Fix name of version of M1 artifacts --- docs/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index e36fde88734..7ed24ea6e46 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -51,7 +51,7 @@ repositories { ```kt -val awsKotlinSdkVersion = "0.2.0-M1" +val awsKotlinSdkVersion = "0.2.0" // OR put it in gradle.properties // val awsKotlinSdkVersion: String by project