Skip to content

Commit

Permalink
Release version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
larsga committed Aug 14, 2018
1 parent d015332 commit 6035020
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ To include JSLT in your project, depend on:
<dependency>
<groupId>com.schibsted.spt.data</groupId>
<artifactId>jslt</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ext {
}

group 'com.schibsted.spt.data'
version "0.1.2"
version "0.1.3"
project.description "A JSON query and transformation language"

check {
Expand Down

0 comments on commit 6035020

Please sign in to comment.