diff options
author | Keuin <[email protected]> | 2021-06-05 10:13:16 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2021-06-05 10:13:38 +0800 |
commit | bd3427908635c7badc60bfb6ee9dd9c425736b8d (patch) | |
tree | 00f0462c4357c2a8e38a5bc0fdfd0b9b5e565907 /gradle.properties | |
parent | a129cec606c8cfd16cfe407581d8df72baeef1e5 (diff) |
allow specifying query amount limit in `/blame block` command; pretty-print in `/blame stat`; update PrintUtil
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 ff9a422..ce22ba0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ minecraft_version=1.16.5 yarn_mappings=1.16.5+build.9 loader_version=0.11.3 # Mod Properties -mod_version=1.3.2-alpha +mod_version=1.4.0 maven_group=com.keuin.blame archives_base_name=blame-fabric # Dependencies |