Skip to content

Commit

Permalink
Release 0.1.11-beta-1
Browse files Browse the repository at this point in the history
  • Loading branch information
larsga committed Aug 18, 2020
1 parent b8476a8 commit ca22e4a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -75,6 +75,9 @@ To include JSLT in your project, depend on:
</dependency>
```

(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:
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -12,7 +12,7 @@ This file is only here to enable the Github dependency graph.
<!-- The Basics -->
<groupId>com.schibsted.spt.data</groupId>
<artifactId>jslt</artifactId>
<version>0.1.10</version>
<version>0.1.11-beta-1</version>

<dependencies>
<dependency>
Expand Down

0 comments on commit ca22e4a

Please sign in to comment.