Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
trobro committed Oct 14, 2023
1 parent 35f1299 commit 330e2d3
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.1'
compile 'org.hjson:hjson:3.1.0'
}
```

Expand All @@ -57,7 +57,7 @@ Add a dependency to your `pom.xml`:
<dependency>
<groupId>org.hjson</groupId>
<artifactId>hjson</artifactId>
<version>3.0.1</version>
<version>3.1.0</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.1"/>
<dependency org="org.hjson" name="hjson" rev="3.1.0"/>
</dependencies>
```

Expand Down

0 comments on commit 330e2d3

Please sign in to comment.