Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trobro authored Aug 18, 2023
1 parent 0e41e8a commit 02d5796
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Add a dependency to your `build.gradle`:

```
dependencies {
compile 'org.hjson:hjson:3.0.0'
compile 'org.hjson:hjson:3.0.1'
}
```

Expand All @@ -57,7 +57,7 @@ Add a dependency to your `pom.xml`:
<dependency>
<groupId>org.hjson</groupId>
<artifactId>hjson</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</dependency>
```

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

```xml
<dependencies>
<dependency org="org.hjson" name="hjson" rev="3.0.0"/>
<dependency org="org.hjson" name="hjson" rev="3.0.1"/>
</dependencies>
```

Expand Down

0 comments on commit 02d5796

Please sign in to comment.