Skip to content

Commit ef35cfe

Browse files
committed
Prepare release 1.2.0
1 parent 815583a commit ef35cfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Add dependency to your module `build.gradle` file:
101101
```Groovy
102102
dependencies {
103103
// ...
104-
implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.1.2'
104+
implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.2.0'
105105
}
106106
```
107107

build.gradle

Lines changed: 1 addition & 1 deletion
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.1.2'
25+
version '1.2.0'
2626

2727
sourceCompatibility = 1.8
2828

0 commit comments

Comments
 (0)