diff --git a/README.md b/README.md
index 0b7c3af..e726226 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.13
+ 0.1.14
```
diff --git a/core/build.gradle b/core/build.gradle
index a118bd1..5211299 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -27,7 +27,7 @@ ext {
}
group 'com.schibsted.spt.data'
-version "0.1.13"
+version "0.1.14"
project.description "A JSON query and transformation language"
check {
diff --git a/pom.xml b/pom.xml
index fc9683e..ab82f6a 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.13
+ 0.1.14