Fix some inconsistencies

This commit is contained in:
zontreck 2025-02-03 12:16:21 -07:00
parent cfd97a687c
commit 4957fe633e
4 changed files with 25 additions and 15 deletions

View file

@ -1,5 +1,5 @@
class Constants {
static const VERSION = "1.4.012225+0413";
static const NBT_REVISION = "1.3.012225+0304";
static const VERSION = "1.4.020325+1215";
static const NBT_REVISION = "1.4.020325+1215";
static const ARGS_REVISION = "1.4.012225+0413";
}