Skip to content

Commit

Permalink
[0.8.2] Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ledsoft committed Oct 30, 2020
1 parent a6059e9 commit 49d5cdf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,8 @@ There are two ways to get JB4JSON-LD:
```

Note that you will most likely need an integration with a JSON-serialization library like [JB4JSON-LD-Jackson](https://github.com/kbss-cvut/jb4jsonld-jackson).


## License

LGPLv3
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>cz.cvut.kbss.jsonld</groupId>
<artifactId>jb4jsonld</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
<name>JB4JSON-LD</name>
<description>Java Binding for JSON-LD allows serialization and deserialization of Java POJOs to/from JSON-LD.
This is the core implementation, which has to be integrated with Jackson, Jersey etc.
Expand Down

0 comments on commit 49d5cdf

Please sign in to comment.