From 2ec93ea7ef110309e2ee876a891cc2fff515cfea Mon Sep 17 00:00:00 2001 From: Lars Marius Garshol Date: Sun, 21 Jun 2020 14:56:42 +0200 Subject: [PATCH] Release 0.1.10 --- README.md | 2 +- core/build.gradle | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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