From f701f39cd8d10a8a61182d5d96962b2f7e0a981a Mon Sep 17 00:00:00 2001 From: Lars Marius Garshol Date: Wed, 9 Nov 2022 14:22:47 +0100 Subject: [PATCH] Release 0.1.14 --- 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 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