Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi authored Nov 9, 2022
1 parent 522ddcc commit 345858d
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 @@ -14,7 +14,7 @@ API documentation is available at <https://docs.ravenapp.dev/introduction>.
Add this dependency to your project's build file:

```groovy
implementation "dev.ravenapp:raven-java:0.0.32"
implementation "dev.ravenapp:raven-java:0.0.33"
```

### Maven users
Expand All @@ -25,7 +25,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>dev.ravenapp</groupId>
<artifactId>raven-java</artifactId>
<version>0.0.32</version>
<version>0.0.33</version>
</dependency>
```

Expand Down

0 comments on commit 345858d

Please sign in to comment.