Skip to content

Commit

Permalink
chore: bump java version to 0.4.0 (#2541)
Browse files Browse the repository at this point in the history
  • Loading branch information
JordonPhillips authored Jul 2, 2021
1 parent e77b926 commit 42de2c1
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.3.0"
version = "0.4.0"
}

// 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.3.0")
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.4.0")
}

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

0 comments on commit 42de2c1

Please sign in to comment.