Skip to content

Commit

Permalink
Bump version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrullmann committed Jul 14, 2018
1 parent 49e8701 commit e651aa4
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 @@ -12,7 +12,7 @@ To use the TestSets plugin, include either of the following in your build script

```groovy
plugins {
id 'org.unbroken-dome.test-sets' version '1.5.0'
id 'org.unbroken-dome.test-sets' version '1.5.1'
}
```

Expand All @@ -24,7 +24,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'org.unbroken-dome.gradle-plugins:gradle-testsets-plugin:1.5.0'
classpath 'org.unbroken-dome.gradle-plugins:gradle-testsets-plugin:1.5.1'
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.unbroken-dome.gradle-plugins
version=1.5.0
version=1.5.1

plugin_id=org.unbroken-dome.test-sets
friendly_name=Gradle TestSets plugin
Expand Down

0 comments on commit e651aa4

Please sign in to comment.