Skip to content

Commit

Permalink
chore: bump code generators to 0.4.1 (#2589)
Browse files Browse the repository at this point in the history
  • Loading branch information
JordonPhillips committed Jul 17, 2021
1 parent 07a720a commit 63198f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ allprojects {
mavenCentral()
}
group = "software.amazon.smithy.typescript"
version = "0.4.0"
version = "0.4.1"
}

// The root project doesn't produce a JAR.
Expand Down
2 changes: 1 addition & 1 deletion codegen/smithy-aws-typescript-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
api("software.amazon.smithy:smithy-waiters:[1.9.0, 1.10.0[")
api("software.amazon.smithy:smithy-aws-iam-traits:[1.9.0, 1.10.0[")
api("software.amazon.smithy:smithy-protocol-test-traits:[1.9.0, 1.10.0[")
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.4.0")
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.4.1")
}

tasks.register("set-aws-sdk-versions") {
Expand Down

0 comments on commit 63198f5

Please sign in to comment.