Skip to content

Commit

Permalink
Release 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
larsga committed Apr 6, 2019
1 parent 8e3d334 commit a9bb1aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.6</version>
<version>0.1.7</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.6"
version "0.1.7"
project.description "A JSON query and transformation language"

check {
Expand Down

0 comments on commit a9bb1aa

Please sign in to comment.