diff options
author | Keuin <[email protected]> | 2020-12-29 13:56:57 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2020-12-29 13:56:57 +0800 |
commit | cf2f9b922360e630229e04262c05d8c91da6916d (patch) | |
tree | e964fc8a67d2dc861a59d39b00373f56b745e8f5 /gradle.properties | |
parent | 6b22ae06457ec44ec22ea39582a02dd4168e397b (diff) |
Improved the disable of mongo driver spamming. Improve compatibility and reduce plugin size.
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 3ab29ae..fd85cb8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ minecraft_version=1.15.2 yarn_mappings=1.15.2+build.17 loader_version=0.10.8 # Mod Properties -mod_version=1.2.2-alpha +mod_version=1.2.4-alpha maven_group=com.keuin.blame archives_base_name=blame-fabric # Dependencies |