Bump version up to 1.3.1

This commit is contained in:
axolotlmaid 2024-07-14 01:51:35 +01:00
parent 7fecc454ff
commit 746ef7ad3c
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx6G
org.gradle.parallel=true
# Mod properties
mod_version=1.3
mod_version=1.3.1
maven_group=com.axolotlmaid.optionsprofiles
archives_name=optionsprofiles
enabled_platforms=fabric,forge

View file

@ -7,7 +7,7 @@ pluginManagement {
}
}
rootProject.name = 'optionsprofiles-v1.3-1.18.2'
rootProject.name = 'optionsprofiles-v1.3.1-1.18.2'
include 'common'
include 'fabric'