diff --git a/README.MD b/README.MD
index 38dc82f..841e9b1 100644
--- a/README.MD
+++ b/README.MD
@@ -15,7 +15,7 @@ Allows confluence users to write contracts in a confluence macro which can be si
## ClassCastException issue
![ClassCastException in Macro](./docs/img/classcastexception.png)
-If you observe issues in the Macro resulting in a `ClassCastException` please update digital-signature to version 7.0.5,
+If you observe issues in the Macro resulting in a `ClassCastException` please update digital-signature to version 7.0.6,
clear the plugin cache (one last time) and restart confluence.
For background information please refer to [#82](https://github.com/baloise/digital-signature/issues/82)
diff --git a/pom.xml b/pom.xml
index c84e0f0..f1c9e3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
4.0.0
com.baloise.confluence
digital-signature
- 7.0.5
+ 7.0.6-SNAPSHOT
Baloise