Skip to content

Commit f701f39

Browse files
committed
Release 0.1.14
1 parent 0a28b4c commit f701f39

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ To include JSLT in your project, depend on:
7171
<dependency>
7272
<groupId>com.schibsted.spt.data</groupId>
7373
<artifactId>jslt</artifactId>
74-
<version>0.1.13</version>
74+
<version>0.1.14</version>
7575
</dependency>
7676
```
7777

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ext {
2727
}
2828

2929
group 'com.schibsted.spt.data'
30-
version "0.1.13"
30+
version "0.1.14"
3131
project.description "A JSON query and transformation language"
3232

3333
check {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This file is only here to enable the Github dependency graph.
1212
<!-- The Basics -->
1313
<groupId>com.schibsted.spt.data</groupId>
1414
<artifactId>jslt</artifactId>
15-
<version>0.1.13</version>
15+
<version>0.1.14</version>
1616

1717
<dependencies>
1818
<dependency>

0 commit comments

Comments
 (0)