diff --git a/README.md b/README.md
index a53bc59..d1b8023 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ If you use flacoco in academic research, please cite "[FLACOCO: Fault Localizati
flacoco is currently available through Maven Central and as a SNAPSHOT
-You can use it by installing locally yourself (if you do so, the install version will be `1.0.6-SNAPSHOT`), or by adding flacoco as a maven dependency:
+You can use it by installing locally yourself (if you do so, the install version will be `1.0.7-SNAPSHOT`), or by adding flacoco as a maven dependency:
```bash
$ mvn install -DskipTests
```
@@ -36,7 +36,7 @@ $ mvn install -DskipTests
com.github.spoonlabs
flacoco
- 1.0.5
+ 1.0.6
```
diff --git a/pom.xml b/pom.xml
index da5afd6..68af1b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.github.spoonlabs
flacoco
- 1.0.6-SNAPSHOT
+ 1.0.7-SNAPSHOT
jar
flacoco