Skip to content

Commit

Permalink
minor upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Theoness1 committed Nov 3, 2023
1 parent 25541dd commit 70b844f
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 @@ -7,7 +7,7 @@ sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17

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

repositories {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.14.21

# Mod Properties
mod_version = 1.9.4
mod_version = 1.9.5
maven_group = ru.tpsd.eatinganimationmod
archives_base_name = eating-animation

Expand Down

0 comments on commit 70b844f

Please sign in to comment.