diff --git a/README.md b/README.md index d07a3a1..0e7c888 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ In order to use the annotations in your Maven project then the Diffblue reposito com.diffblue.cover cover-annotations - 1.0.0 + 1.1.0 ``` @@ -25,7 +25,7 @@ In order to use the annotations in your Gradle project then the Diffblue reposit ```gradle dependencies { - implementation("com.diffblue.cover:cover-annotations:1.0.0") + implementation("com.diffblue.cover:cover-annotations:1.1.0") } ``` @@ -33,7 +33,7 @@ Or similarly for `build.gradle.kts`: ``` dependencies { - implementation("com.diffblue.cover:cover-annotations:1.0.0") + implementation("com.diffblue.cover:cover-annotations:1.1.0") } ```