Skip to content

Commit

Permalink
ImproperUI-0.0.3-BETA.jar -> ImproperUI-0.0.4-BETA.jar (Mod version 3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
I-No-oNe committed May 15, 2024
1 parent c4cd93a commit 21937f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

compileOnly files("libs/ImproperUI-0.0.3-BETA.jar")
compileOnly files("libs/ImproperUI-0.0.4-BETA.jar")
}

processResources {
Expand All @@ -43,7 +43,7 @@ processResources {
}
}

def targetJavaVersion = 17
def targetJavaVersion = 21
tasks.withType(JavaCompile).configureEach {
// ensure that the encoding is set to UTF-8, no matter what the system default is
// this fixes some edge cases with special characters not displaying correctly
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.15.11

# Mod Properties
mod_version = 1.20.6-2.0-fabric
mod_version = 3.0-1.20.6-fabric
maven_group=net.i_no_am.view_model
archives_base_name=view-model

Expand Down
Binary file not shown.

0 comments on commit 21937f0

Please sign in to comment.