Skip to content

Commit

Permalink
bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
isXander committed Oct 6, 2022
1 parent e907943 commit c93d59b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ This mod works with the following Sodium GUI add-ons:
- [Sodium Extra](https://modrinth.com/mod/sodium-extra)
- [More Culling](https://modrinth.com/mod/moreculling)
- [Cull Less Leaves](https://modrinth.com/mod/cull-less-leaves)
- [EntityViewDistance](https://modrinth.com/mod/entity-view-distance)

Most others will _probably work_, if not [make sure to report them!](https://github.com/isXander/xanders-sodium-options/issues)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

group = "dev.isxander"
version = "1.0.1"
version = "1.0.2"

repositories {
mavenCentral()
Expand Down
2 changes: 2 additions & 0 deletions changelogs/1.0.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Add [EntityViewDistance](https://modrinth.com/mod/entity-view-distance) compatibility.
- Improve handling of incompatible Sodium option implementations to prevent crashes.

0 comments on commit c93d59b

Please sign in to comment.