Skip to content

Commit

Permalink
Change 0.0.24 to 0.0.25-DEV as 0.0.25 is the new 0.0.24 yay
Browse files Browse the repository at this point in the history
  • Loading branch information
cjburkey01 committed May 7, 2024
1 parent b045bfa commit d6669c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Here are some plugins that either have addons for or integrations with ClaimChun
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&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-DEV&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:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ object DepData {
const val JAVA_VERSION = 17;

const val LIVE_VERSION = "0.0.24";
const val THIS_VERSION = "0.0.24";
const val THIS_VERSION = "0.0.25-DEV";
const val PLUGIN_NAME = "ClaimChunk";
const val ARCHIVES_BASE_NAME = "claimchunk";
const val MAIN_CLASS = "com.cjburkey.claimchunk.ClaimChunk";
Expand Down

0 comments on commit d6669c9

Please sign in to comment.