diff options
author | Keuin <[email protected]> | 2021-01-20 18:15:35 +0800 |
---|---|---|
committer | keuin <[email protected]> | 2021-01-20 18:18:00 +0800 |
commit | 51c2d5d8e63b9db9245d0a1c76f8a94c4cf7c31d (patch) | |
tree | 9b59134659488b77e07c5fdb1c587fd652c1a025 /gradle.properties | |
parent | a28bd300a49328d04dff0a071e7cfca47cc1ed6c (diff) |
1.4.2: BugFix: The plugin makes a blank backup if the world (is created in client-side and) is not named as the same with the folder name (by default it is `world`, the backup will fail silently if the world name is not equal to the folder name).
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 ccc429a..ef7c112 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.11.0 # Mod Properties -mod_version=1.4.1 +mod_version=1.4.2 maven_group=com.keuin.kbackupfabric archives_base_name=kbackup-fabric # Dependencies |