Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tr7zw committed Mar 9, 2024
1 parent 42823ea commit 7b44d50
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion EntityCulling-Forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ loaderVersion="[35,)"
license="tr7zw Protective License"
[[mods]]
modId="entityculling"
version="1.6.2"
version="1.6.3"
displayName="EntityCulling"
authors="tr7zw"
description='''
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
project.ext {
version = "1.6.2"
version = "1.6.3"
}
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.parallel=true
org.gradle.daemon=false

# Build
mod_version=1.6.2
mod_version=1.6.3
maven_group=dev.tr7zw.entityculling

# Fabric/Forge settings
Expand All @@ -22,7 +22,7 @@ modGroup = dev.tr7zw.entityculling

# Version of your mod.
# This field can be left empty if you want your mod's version to be determined by the latest git tag instead.
modVersion = 1.6.2
modVersion = 1.6.3

# Whether to use the old jar naming structure (modid-mcversion-version) instead of the new version (modid-version)
includeMCVersionJar = true
Expand Down

0 comments on commit 7b44d50

Please sign in to comment.