Skip to content

Commit

Permalink
Bump version to 1.3.0, add mc version to file name
Browse files Browse the repository at this point in the history
  • Loading branch information
MightyKnight committed Jun 7, 2021
1 parent 842a1a8 commit 470194c
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 @@ -11,7 +11,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

group = project.maven_group
version = project.mod_version
version = "${project.mod_version}+${project.minecraft_version}"
archivesBaseName = project.archives_base_name

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ loader_version = 0.11.3
fabric_version= 0.34.6+1.16

# Mod properties
mod_version = 1.2.0
mod_version = 1.3.0
maven_group = me.heyzeer0
archives_base_name = ShieldDisruptor

Expand Down

0 comments on commit 470194c

Please sign in to comment.