diff --git a/README.md b/README.md
index 9ae4ac90..1e57e03a 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ To include JSLT in your project, depend on:
com.schibsted.spt.data
jslt
- 0.1.9
+ 0.1.10
```
diff --git a/core/build.gradle b/core/build.gradle
index 90d9377c..4d9747b3 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -29,7 +29,7 @@ ext {
}
group 'com.schibsted.spt.data'
-version "0.1.9"
+version "0.1.10"
project.description "A JSON query and transformation language"
check {
diff --git a/pom.xml b/pom.xml
index 784c3c4f..0f887b99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@ This file is only here to enable the Github dependency graph.
com.schibsted.spt.data
jslt
- 0.1.9
+ 0.1.10