Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Feb 12, 2022
1 parent 70745e0 commit 67278af
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.6.0</version>
<version>0.7.0</version>
</dependency>
```

To add a dependency using Gradle:

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

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

group = "net.fornwall"
version = "0.6.0"
version = "0.7.0"
sourceCompatibility = 1.8

dependencies {
Expand Down

0 comments on commit 67278af

Please sign in to comment.