We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 967dbeb commit d226603Copy full SHA for d226603
README.md
@@ -15,7 +15,7 @@ From Maven
15
<dependency>
16
<groupId>com.github.jsonld-java</groupId>
17
<artifactId>jsonld-java-clerezza</artifactId>
18
- <version>0.8.1</version>
+ <version>0.8.2</version>
19
</dependency>
20
21
(Adjust for most recent <version>, as found in ``pom.xml``).
pom.xml
@@ -4,7 +4,7 @@
4
<parent>
5
<artifactId>jsonld-java-parent</artifactId>
6
7
- <version>0.9.0-SNAPSHOT</version>
8
</parent>
9
<modelVersion>4.0.0</modelVersion>
10
0 commit comments