We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e41e8a commit 02d5796Copy full SHA for 02d5796
1 file changed
README.md
@@ -45,7 +45,7 @@ Add a dependency to your `build.gradle`:
45
46
```
47
dependencies {
48
- compile 'org.hjson:hjson:3.0.0'
+ compile 'org.hjson:hjson:3.0.1'
49
}
50
51
@@ -57,7 +57,7 @@ Add a dependency to your `pom.xml`:
57
<dependency>
58
<groupId>org.hjson</groupId>
59
<artifactId>hjson</artifactId>
60
- <version>3.0.0</version>
+ <version>3.0.1</version>
61
</dependency>
62
63
@@ -67,7 +67,7 @@ Add a dependency to your `ivy.xml`:
67
68
```xml
69
<dependencies>
70
- <dependency org="org.hjson" name="hjson" rev="3.0.0"/>
+ <dependency org="org.hjson" name="hjson" rev="3.0.1"/>
71
</dependencies>
72
73
0 commit comments