Skip to content

Commit

Permalink
🔖 Prep for release 1.3.0 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
jossmoff authored Jun 5, 2023
1 parent 5cb7f4b commit 694a663
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ To use this extension, you'll need the following:
To use this extension, you can add it as a dependency to your Gatling project. Add the following dependency to your Gatling project's `build.gradle`:

```
implementation 'dev.joss:gatling-stepfunction-extension:1.2.0'
implementation 'dev.joss:gatling-stepfunction-extension:1.3.0'
```
For other build tools see the maven central repository [overview](https://central.sonatype.com/artifact/dev.joss/gatling-stepfunction-extension/1.2.0/overview#Overview).
For other build tools see the maven central repository [overview](https://central.sonatype.com/artifact/dev.joss/gatling-stepfunction-extension/1.3.0/overview#Overview).

## Usage

Expand Down
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.2.0'
version = '1.3.0'

sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 694a663

Please sign in to comment.