diff options
author | Keuin <[email protected]> | 2024-01-20 12:44:17 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2024-01-20 13:02:22 +0800 |
commit | 6d53613a57d542a424d6368cb91c69dfd5c6772e (patch) | |
tree | 640510455e37cc32064da5c495256b4c0f912744 /gradle.properties | |
parent | 6087003104bcc21a66bc3534b5606b999acf95db (diff) |
add plugin-wide config; enable CoW through config file
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 f9215ba..c369c38 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ minecraft_version=1.14.4 yarn_mappings=1.14.4+build.18 loader_version=0.14.12 # Mod Properties -mod_version=1.8.0 +mod_version=1.8.1 maven_group=com.keuin.kbackupfabric archives_base_name=kbackup-fabric # Dependencies |