Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
OroArmor committed Mar 23, 2021
1 parent d162041 commit 26a8148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ task generateChangelog {
println "Last version: $lastTag"
println "Current version: $currentTag"

if(releaseType == "minor") {
if (releaseType == "minor") {
changes << "Minor Release of Netherite Plus:\n"
changes << "Changes Since ${lastTag}"
} else if(releaseType == "major") {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx2G
minecraft_version=1.16.5
fabric_loader_version=0.11.1
# Mod Properties
mod_version=1.4.0
mod_version=1.4.1
maven_group=com.oroarmor
archives_base_name=netherite-plus-mod
project_name=Netherite Plus Mod
Expand Down

0 comments on commit 26a8148

Please sign in to comment.