Skip to content

Commit ab57abd

Browse files
committed
Prepare release 1.2.1
1 parent 6e2a666 commit ab57abd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Add dependency to your module `build.gradle` file:
102102
```Groovy
103103
dependencies {
104104
// ...
105-
implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.2.0'
105+
implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.2.1'
106106
}
107107
```
108108

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ apply plugin: 'idea'
2222
apply plugin: 'maven'
2323

2424
group 'com.tschuchort'
25-
version '1.2.0'
25+
version '1.2.1'
2626

2727
sourceCompatibility = 1.8
2828

0 commit comments

Comments
 (0)