Skip to content

Commit

Permalink
Increment version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrullmann committed Apr 10, 2020
1 parent e942407 commit 1c6fc3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Add the following to your build.gradle file:
----
// The plugins block needs to be at the top of your build script
plugins {
id 'org.unbroken-dome.test-sets' version '3.0.0'
id 'org.unbroken-dome.test-sets' version '3.0.1'
}
testSets {
Expand Down Expand Up @@ -68,7 +68,7 @@ To use the TestSets plugin, include the following in your Gradle script:
[source,groovy]
----
plugins {
id 'org.unbroken-dome.test-sets' version '3.0.0'
id 'org.unbroken-dome.test-sets' version '3.0.1'
}
----

Expand Down Expand Up @@ -353,7 +353,7 @@ To create a test set, use any of the common idioms from the Kotlin DSL:
[source,kotlin]
----
plugins {
id("org.unbroken-dome.test-sets") version "3.0.0"
id("org.unbroken-dome.test-sets") version "3.0.1"
}
testSets {
Expand Down Expand Up @@ -392,7 +392,7 @@ putting their name, similar to Groovy (you need to put the names in quotes, howe
import org.unbrokendome.gradle.plugins.testsets.dsl.TestLibrary
plugins {
id("org.unbroken-dome.test-sets") version "3.0.0"
id("org.unbroken-dome.test-sets") version "3.0.1"
}
testSets {
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=3.0.0
version=3.0.1

kotlinVersion=1.3.71

Expand Down

0 comments on commit 1c6fc3f

Please sign in to comment.