Skip to content

Commit

Permalink
Bump version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Jul 21, 2023
1 parent 177628c commit ed0fe8c
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 @@ -16,15 +16,15 @@ To add a dependency on JElf using Maven, use the following:
<dependency>
<groupId>net.fornwall</groupId>
<artifactId>jelf</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
</dependency>
```

To add a dependency using Gradle:

```gradle
dependencies {
implementation 'net.fornwall:jelf:0.7.0'
implementation 'net.fornwall:jelf:0.8.0'
}
```

Expand Down

0 comments on commit ed0fe8c

Please sign in to comment.