Skip to content

Commit

Permalink
Update version 2.0.1 -> 2.0.2
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
coditory[bot] committed Oct 16, 2024
1 parent 3625f2e commit 800e7a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Update `build.gradle.kts`

```gradle
plugins {
id "com.coditory.integration-test" version "2.0.1"
id "com.coditory.integration-test" version "2.0.2"
}
dependencies {
Expand All @@ -45,7 +45,7 @@ See a [project](https://github.com/coditory/gradle-integration-test-plugin-sampl
```gradle
plugins {
id "java"
id "com.coditory.integration-test" version "2.0.1"
id "com.coditory.integration-test" version "2.0.2"
}
dependencies {
Expand All @@ -66,7 +66,7 @@ tasks.withType(Test) {
```gradle
plugins {
id "groovy"
id "com.coditory.integration-test" version "2.0.1"
id "com.coditory.integration-test" version "2.0.2"
}
dependencies {
Expand All @@ -86,7 +86,7 @@ tasks.withType(Test) {
```gradle
plugins {
kotlin("jvm") version "1.7.0"
id("com.coditory.integration-test") version "2.0.1"
id("com.coditory.integration-test") version "2.0.2"
}
dependencies {
Expand All @@ -107,7 +107,7 @@ tasks.withType<Test> {
```gradle
plugins {
kotlin("jvm") version "1.7.0"
id("com.coditory.integration-test") version "2.0.1"
id("com.coditory.integration-test") version "2.0.2"
}
dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2.0.1
version=2.0.2

0 comments on commit 800e7a6

Please sign in to comment.