Skip to content

Commit ff21c50

Browse files
committed
Prepare release 1.1.0
1 parent b4cee44 commit ff21c50

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
@@ -98,7 +98,7 @@ Add dependency to your module `build.gradle` file:
9898
```Groovy
9999
dependencies {
100100
// ...
101-
implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.0.0'
101+
implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.1.0'
102102
}
103103
```
104104

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.0.0'
25+
version '1.1.0'
2626

2727
sourceCompatibility = 1.8
2828

0 commit comments

Comments
 (0)