Skip to content

Commit 1c6fc3f

Browse files
committed
Increment version to 3.0.1
1 parent e942407 commit 1c6fc3f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add the following to your build.gradle file:
3131
----
3232
// The plugins block needs to be at the top of your build script
3333
plugins {
34-
id 'org.unbroken-dome.test-sets' version '3.0.0'
34+
id 'org.unbroken-dome.test-sets' version '3.0.1'
3535
}
3636
3737
testSets {
@@ -68,7 +68,7 @@ To use the TestSets plugin, include the following in your Gradle script:
6868
[source,groovy]
6969
----
7070
plugins {
71-
id 'org.unbroken-dome.test-sets' version '3.0.0'
71+
id 'org.unbroken-dome.test-sets' version '3.0.1'
7272
}
7373
----
7474

@@ -353,7 +353,7 @@ To create a test set, use any of the common idioms from the Kotlin DSL:
353353
[source,kotlin]
354354
----
355355
plugins {
356-
id("org.unbroken-dome.test-sets") version "3.0.0"
356+
id("org.unbroken-dome.test-sets") version "3.0.1"
357357
}
358358
359359
testSets {
@@ -392,7 +392,7 @@ putting their name, similar to Groovy (you need to put the names in quotes, howe
392392
import org.unbrokendome.gradle.plugins.testsets.dsl.TestLibrary
393393
394394
plugins {
395-
id("org.unbroken-dome.test-sets") version "3.0.0"
395+
id("org.unbroken-dome.test-sets") version "3.0.1"
396396
}
397397
398398
testSets {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=org.unbroken-dome.gradle-plugins
2-
version=3.0.0
2+
version=3.0.1
33

44
kotlinVersion=1.3.71
55

0 commit comments

Comments
 (0)