diff --git a/README.md b/README.md index 9996666a..79f194d3 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ eco comes packed with all the tools you need in your plugins: # For developers ## Javadoc -The 6.49.0 Javadoc can be found [here](https://javadoc.jitpack.io/com/willfp/eco/6.49.0/javadoc/) +The 6.53.0 Javadoc can be found [here](https://javadoc.jitpack.io/com/willfp/eco/6.53.0/javadoc/) ## Plugin Information @@ -75,31 +75,31 @@ depend: - eco ``` -## Get from JitPack: +## Dependency Information: Gradle: -```groovy +```kts repositories { - maven { url 'https://jitpack.io' } + maven("https://repo.auxilor.io/repository/maven-public/") } ``` ```groovy dependencies { - compileOnly 'com.willfp:eco:Tag' + compileOnly("com.willfp:eco:Tag") } ``` -Replace `Tag` with a release tag for eco, eg `6.49.0`. +Replace `Tag` with a release tag for eco, eg `6.53.0`. Maven: ```xml - jitpack.io - https://jitpack.io + auxilor + https://repo.auxilor.io/repository/maven-public/ ``` @@ -112,7 +112,7 @@ Maven: ``` -Replace `Tag` with a release tag for eco, eg `6.49.0`. +Replace `Tag` with a release tag for eco, eg `6.53.0`. ## Build locally: diff --git a/gradle.properties b/gradle.properties index 6c9fa00d..b329f782 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -version = 6.53.0 +version = 6.53.1 plugin-name = eco kotlin.code.style = official \ No newline at end of file