diff --git a/README.md b/README.md index 53bfc6e..3a4b01f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ To add a dependency on JElf using Maven, use the following: net.fornwall jelf - 0.7.0 + 0.8.0 ``` @@ -24,7 +24,7 @@ To add a dependency using Gradle: ```gradle dependencies { - implementation 'net.fornwall:jelf:0.7.0' + implementation 'net.fornwall:jelf:0.8.0' } ```