Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
crazycodeboy committed Oct 5, 2020
1 parent 0f0b176 commit 02f5577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ HiJson is a lightweight JSON parsing library that can be used for HarmonyOS, And
>Gradle
```
implementation 'org.devio.hi.json:hijson:0.0.1'
implementation 'org.devio.hi.json:hijson:0.0.3'
```

>Maven
Expand All @@ -35,7 +35,7 @@ implementation 'org.devio.hi.json:hijson:0.0.1'
<dependency>
<groupId>org.devio.hi.json</groupId>
<artifactId>hijson</artifactId>
<version>0.0.1</version>
<version>0.0.3</version>
<type>pom</type>
</dependency>
```
Expand Down

0 comments on commit 02f5577

Please sign in to comment.