diff --git a/README.md b/README.md index 6ce0e290..5b4132ab 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ To include JSLT in your project, depend on: com.schibsted.spt.data jslt - 0.1.7 + 0.1.8 ``` diff --git a/build.gradle b/build.gradle index 0b80531b..b6ccc3c3 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ ext { } group 'com.schibsted.spt.data' -version "0.1.7" +version "0.1.8" project.description "A JSON query and transformation language" check {