Skip to content

Commit 1476668

Browse files
authored
fix: Fix name of version of M1 artifacts (#129)
1 parent 7de205c commit 1476668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/GettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ repositories {
5151

5252
```kt
5353

54-
val awsKotlinSdkVersion = "0.2.0-M1"
54+
val awsKotlinSdkVersion = "0.2.0"
5555
// OR put it in gradle.properties
5656
// val awsKotlinSdkVersion: String by project
5757

0 commit comments

Comments
 (0)