Skip to content

Commit

Permalink
Release 7.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
me4502 committed Feb 3, 2024
1 parent d533be4 commit 415ef95
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
7.2.19
- [Forge] Fixed Forge mixin issues in the hybrid mod jar
- Improve error handling for unsupported Sponge Schematic versions

7.2.18
- Update to 1.20.4
- Fixed ellipsoid and cylinder regions not fully clearing
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=com.sk89q.worldedit
version=7.2.19-SNAPSHOT
version=7.2.19

org.gradle.jvmargs=-Xmx2G
org.gradle.parallel=true
Expand Down
2 changes: 1 addition & 1 deletion worldedit-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {
"compileOnly"("com.google.auto.value:auto-value-annotations:${Versions.AUTO_VALUE}")
"annotationProcessor"("com.google.auto.value:auto-value:${Versions.AUTO_VALUE}")

"languageFiles"("${project.group}:worldedit-lang:7.2.16:1029@zip")
"languageFiles"("${project.group}:worldedit-lang:7.2.19:1202@zip")

"testRuntimeOnly"("org.apache.logging.log4j:log4j-core:${Versions.LOG4J}")
}
Expand Down

0 comments on commit 415ef95

Please sign in to comment.