Skip to content

Commit a1aa354

Browse files
committedJan 28, 2019
Release version 0.1.6
1 parent 4e468bd commit a1aa354

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ To include JSLT in your project, depend on:
6767
<dependency>
6868
<groupId>com.schibsted.spt.data</groupId>
6969
<artifactId>jslt</artifactId>
70-
<version>0.1.5</version>
70+
<version>0.1.6</version>
7171
</dependency>
7272
```
7373

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ext {
4040
}
4141

4242
group 'com.schibsted.spt.data'
43-
version "0.1.5"
43+
version "0.1.6"
4444
project.description "A JSON query and transformation language"
4545

4646
check {

0 commit comments

Comments
 (0)
Please sign in to comment.