Skip to content

Commit

Permalink
Release 0.1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacialCircumstances committed Oct 5, 2022
1 parent e4348e1 commit 15984d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The plugin will automatically run at the end of your `test` task. You can also r

```gradle
plugins {
id "com.github.spacialcircumstances.gradle-cucumber-reporting" version "0.1.24"
id "com.github.spacialcircumstances.gradle-cucumber-reporting" version "0.1.25"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'maven-publish'
}

version = '0.1.24'
version = '0.1.25'
group = "com.github.spacialcircumstances"

repositories {
Expand Down

0 comments on commit 15984d3

Please sign in to comment.