Skip to content

Commit

Permalink
Update occlusionculling, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tr7zw committed Feb 9, 2022
1 parent 2c79640 commit ce0cf0c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ bin
.project
.classpath
.idea
.vscode/launch.json
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="MIT"
[[mods]]
modId="entityculling"
version="1.3.3"
version="1.5.0"
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.3.3"
version = "1.5.0"
}
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx1G
org.gradle.parallel=true

# Build
mod_version=1.3.3
mod_version=1.5.0
maven_group=de.tr7zw

# Fabric/Forge settings
Expand All @@ -12,4 +12,4 @@ loader_version=0.11.3
fabric_version=0.34.9+1.17

# Dependencies
occlusionculling_version=0.0.5-SNAPSHOT
occlusionculling_version=0.0.6-SNAPSHOT

0 comments on commit ce0cf0c

Please sign in to comment.