Skip to content

Commit

Permalink
Version bump to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
3TUSK committed Aug 27, 2024
1 parent b3f1d91 commit ec98825
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ abstract class TeaConDumpPathToGitHub extends DefaultTask {

java.toolchain.languageVersion = JavaLanguageVersion.of(21)

version = '0.8.3'
version = mod_version
group = 'org.teacon'

base {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ mod_name=VoteMe
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=BSD-3-Clause
# The mod version. See https://semver.org/
mod_version=0.8.4
mod_version=0.9.0
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
# This should match the base package used for the mod sources.
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ license="BSD-3-Clause"

[[mods]]
modId="voteme"
version="${file.jarVersion}"
version="${mod_version}"
displayName="Vote Me"
authors="TeaConMC, yuriscat (Yuri's Cat), 3TUSK, ustc-zzzz"
description="Minecraft mod for in-game voting."
Expand Down

0 comments on commit ec98825

Please sign in to comment.