Skip to content

Commit

Permalink
Bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Jul 30, 2023
1 parent 72979f5 commit 9be815c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.8.0</version>
<version>0.9.0</version>
</dependency>
```

To add a dependency using Gradle:

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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {

java {
group = "net.fornwall"
version = "0.8.0"
version = "0.9.0"
sourceCompatibility = 1.8
withJavadocJar()
withSourcesJar()
Expand Down

0 comments on commit 9be815c

Please sign in to comment.