Skip to content

Commit

Permalink
Update to Sodium 0.4.4 (there are no changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
comp500 committed Aug 29, 2022
1 parent b43483c commit 0ea1b27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
// You may need to force-disable transitiveness on them.

modImplementation "maven.modrinth:sodium:mc1.19.2-0.4.3"
modImplementation "maven.modrinth:sodium:mc1.19.2-0.4.4"

// Transitive dependency of Sodium
implementation("org.joml:joml:1.10.2")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ minecraft_version=1.19.2
yarn_mappings=1.19.2+build.8
loader_version=0.14.9
# Mod Properties
mod_version=1.0.8
mod_version=1.0.9
maven_group=link.infra
archives_base_name=indium
# Dependencies
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"depends": {
"fabricloader": ">=0.8.0",
"minecraft": "~1.19",
"sodium": "0.4.3",
"sodium": "0.4.4",
"fabric-renderer-api-v1": ">=0.3.0",
"fabric-resource-loader-v0": ">=0.4.0"
}
Expand Down

0 comments on commit 0ea1b27

Please sign in to comment.