Skip to content

Commit 02d5796

Browse files
authored
Update README.md
1 parent 0e41e8a commit 02d5796

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Add a dependency to your `build.gradle`:
4545

4646
```
4747
dependencies {
48-
compile 'org.hjson:hjson:3.0.0'
48+
compile 'org.hjson:hjson:3.0.1'
4949
}
5050
```
5151

@@ -57,7 +57,7 @@ Add a dependency to your `pom.xml`:
5757
<dependency>
5858
<groupId>org.hjson</groupId>
5959
<artifactId>hjson</artifactId>
60-
<version>3.0.0</version>
60+
<version>3.0.1</version>
6161
</dependency>
6262
```
6363

@@ -67,7 +67,7 @@ Add a dependency to your `ivy.xml`:
6767

6868
```xml
6969
<dependencies>
70-
<dependency org="org.hjson" name="hjson" rev="3.0.0"/>
70+
<dependency org="org.hjson" name="hjson" rev="3.0.1"/>
7171
</dependencies>
7272
```
7373

0 commit comments

Comments
 (0)