From ca22e4a9491ca7950a816723e5cc1a68e02c0055 Mon Sep 17 00:00:00 2001 From: Lars Marius Garshol Date: Tue, 18 Aug 2020 08:30:01 +0200 Subject: [PATCH] Release 0.1.11-beta-1 --- README.md | 3 +++ core/build.gradle | 2 +- pom.xml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e57e03a..d7b2a7d2 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,9 @@ To include JSLT in your project, depend on: ``` +(There is also `0.1.11-beta-1`, which has [some +extensions](releases/tag/0.1.11-beta-1). + At runtime JSLT depends on Jackson, and nothing else. To transform one `JsonNode` into another, do: diff --git a/core/build.gradle b/core/build.gradle index dbb46467..d2c3a07d 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -29,7 +29,7 @@ ext { } group 'com.schibsted.spt.data' -version "0.1.10" +version "0.1.11-beta-1" project.description "A JSON query and transformation language" check { diff --git a/pom.xml b/pom.xml index 0f887b99..2c8b7047 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.10 + 0.1.11-beta-1