We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e76696 commit f6842bbCopy full SHA for f6842bb
src/main/java/dev/beecube31/crazyae2/core/ModVersion.java
@@ -3,6 +3,6 @@
3
public class ModVersion {
4
5
public static String get() {
6
- return "v0.4.0.1";
+ return "v0.4.0.2";
7
}
8
version.txt
@@ -1,3 +1,3 @@
1
-version:v0.4.0.1
+version:v0.4.0.2
2
link:https://www.curseforge.com/minecraft/mc-mods/crazyae/files/all?showAlphaFiles=show
-desc: - fix serverside crashes
+desc: - fix logger spamming
0 commit comments