diff --git a/README.md b/README.md
index f625a95..e98f519 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ For installation into a Maven project the `provided` scope is recommended so tha
com.diffblue.cover
cover-annotations
- 1.3.0
+ 1.4.0
provided
@@ -36,9 +36,9 @@ For installation into a Gradle project the `compileOnly` and `testImplementation
```
dependencies {
- compileOnly("com.diffblue.cover:cover-annotations:1.3.0")
+ compileOnly("com.diffblue.cover:cover-annotations:1.4.0")
- testImplementation("com.diffblue.cover:cover-annotations:1.3.0")
+ testImplementation("com.diffblue.cover:cover-annotations:1.4.0")
}
```
diff --git a/pom.xml b/pom.xml
index 820f7cf..97786d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
4.0.0
com.diffblue.cover
cover-annotations
- 1.3.0
+ 1.4.0
jar
Cover Annotations