Skip to content

Commit

Permalink
Release version 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
larsga committed Mar 5, 2020
1 parent 93c1120 commit 27c57e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -67,7 +67,7 @@ To include JSLT in your project, depend on:
<dependency>
<groupId>com.schibsted.spt.data</groupId>
<artifactId>jslt</artifactId>
<version>0.1.8</version>
<version>0.1.9</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -40,7 +40,7 @@ ext {
}

group 'com.schibsted.spt.data'
version "0.1.8"
version "0.1.9"
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.8</version>
<version>0.1.9</version>

<dependencies>
<dependency>
Expand Down

0 comments on commit 27c57e3

Please sign in to comment.