diff --git a/README.md b/README.md index c6aa998..84b05f4 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ implementation("com.cjburkey.claimchunk:claimchunk:0.0.24-RC1") Building -------- [![Automatic Build](https://img.shields.io/github/actions/workflow/status/cjburkey01/ClaimChunk/gradle.yml?branch=main&style=for-the-badge)](https://claimchunk.cjburkey.com/server/Downloads.html#snapshot-downloads) -[![Version Info](https://img.shields.io/static/v1?label=Repository%20Version&message=0.0.24-RC2&color=ff5555&style=for-the-badge)](https://github.com/cjburkey01/ClaimChunk/archive/main.zip) +[![Version Info](https://img.shields.io/static/v1?label=Repository%20Version&message=0.0.25&color=ff5555&style=for-the-badge)](https://github.com/cjburkey01/ClaimChunk/archive/main.zip) If you want to obtain a version of the plugin that isn't available yet (like a snapshot), you can do so by asking on the Discord or building it yourself. Here's how to build it yourself: diff --git a/build.gradle.kts b/build.gradle.kts index 40e5807..d58a601 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,7 @@ object DepData { const val JAVA_VERSION = 17; const val LIVE_VERSION = "0.0.24-RC1"; - const val THIS_VERSION = "0.0.24-RC2"; + const val THIS_VERSION = "0.0.25"; const val PLUGIN_NAME = "ClaimChunk"; const val ARCHIVES_BASE_NAME = "claimchunk"; const val MAIN_CLASS = "com.cjburkey.claimchunk.ClaimChunk";