Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
smujaddid committed Jun 25, 2020
1 parent 0fa708d commit ffc2765
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 @@ -8,7 +8,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

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

minecraft {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ yarn_mappings = 1.15.2+build.15
loader_version = 0.8.4+build.198

#Mod properties
mod_version = 0.1.0
mod_version = 0.1.1
maven_group = net.pancham138.horseinfo
archives_base_name = hwyla-addon-horseinfo

Expand Down

0 comments on commit ffc2765

Please sign in to comment.