Skip to content

Commit

Permalink
Increase version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrullmann committed Jun 22, 2017
1 parent da3041b commit 8b38ba9
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.4.0'
id 'org.unbroken-dome.test-sets' version '1.4.1'
}
```

Expand All @@ -24,7 +24,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'org.unbroken-dome.gradle-plugins:gradle-testsets-plugin:1.4.0'
classpath 'org.unbroken-dome.gradle-plugins:gradle-testsets-plugin:1.4.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.4.0
version=1.4.1

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

0 comments on commit 8b38ba9

Please sign in to comment.