Skip to content

Commit 7de205c

Browse files
authored
chore: m1 version bump (#127)
1 parent 125103b commit 7de205c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ kotlin.code.style=official
55
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1G
66

77
# sdk
8-
sdkVersion=0.2.0-SNAPSHOT
8+
sdkVersion=0.2.0
99

1010
# codegen
1111
smithyVersion=1.7.0
1212
smithyGradleVersion=0.5.2
1313
# smithy-kotlin codegen and runtime are versioned together
14-
smithyKotlinVersion=0.2.0-SNAPSHOT
14+
smithyKotlinVersion=0.2.0
1515

1616
# kotlin
1717
kotlinVersion=1.4.31
@@ -25,7 +25,7 @@ kotlinJVMTargetVersion=1.8
2525
coroutinesVersion=1.4.3
2626

2727
# crt
28-
crtKotlinVersion=0.2.0-SNAPSHOT
28+
crtKotlinVersion=0.2.0
2929

3030
# testing/utility
3131
junitVersion=5.6.2

0 commit comments

Comments
 (0)