Skip to content

Commit

Permalink
🔖 Prep for release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jossmoff committed May 6, 2023
1 parent d2f37d5 commit 6b9086a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = 'dev.joss'
version = '1.0.2'
version = '1.1.0'

sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
Expand Down
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
gatling("io.gatling:gatling-commons:${gatlingVersion}")
gatling("software.amazon.awssdk:sfn:${awsSdkVersion}")
gatling("software.amazon.awssdk:apache-client:${apacheClientVersion}")
gatling("dev.joss:gatling-stepfunction-extension:1.0")
gatling("dev.joss:gatling-stepfunction-extension:1.1.0")
}

spotless {
Expand Down

0 comments on commit 6b9086a

Please sign in to comment.