Skip to content

Commit ec6b05b

Browse files
authored
chore: bump versions for release (#91)
1 parent b958cfd commit ec6b05b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

codegen/smithy-aws-kotlin-codegen/src/main/kotlin/aws/sdk/kotlin/codegen/AwsKotlinDependency.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const val AWS_CLIENT_RT_REGIONS_NS = "aws.sdk.kotlin.runtime.regions"
1616
const val AWS_CLIENT_RT_GROUP: String = "aws.sdk.kotlin"
1717
// note: this version doesn't really matter since we substitute it for project dependency notation
1818
// when generating client build files
19-
const val AWS_CLIENT_RT_VERSION: String = "0.1.0-SNAPSHOT"
19+
const val AWS_CLIENT_RT_VERSION: String = "0.1.0"
2020

2121
/**
2222
* Container object for AWS specific dependencies

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
kotlin.code.style=official
22

33
# sdk
4-
sdkVersion=0.1.0-SNAPSHOT
4+
sdkVersion=0.1.0
55

66
# codegen
77
smithyVersion=1.6.1
88
smithyGradleVersion=0.5.2
9-
smithyKotlinVersion=0.1.0-SNAPSHOT
9+
smithyKotlinVersion=0.1.0
1010

1111
# kotlin
1212
kotlinVersion=1.4.31
@@ -19,8 +19,8 @@ kotlinJVMTargetVersion=1.8
1919
coroutinesVersion=1.4.3
2020

2121
# default smithy-kotlin:client-runtime library version
22-
smithyKotlinClientRtVersion=0.1.0-SNAPSHOT
23-
crtKotlinVersion=0.1.0-SNAPSHOT
22+
smithyKotlinClientRtVersion=0.1.0
23+
crtKotlinVersion=0.1.0
2424

2525
# testing/utility
2626
junitVersion=5.6.2

0 commit comments

Comments
 (0)