From e859d58eb9c4cd87b4d278f39644bb48de6642d0 Mon Sep 17 00:00:00 2001 From: Mysticdrew Date: Wed, 18 Oct 2023 13:34:35 -0500 Subject: [PATCH] 1.0.2 --- .../src/main/resources/assets/journeymapteams/lang/en_us.json | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/src/main/resources/assets/journeymapteams/lang/en_us.json b/common/src/main/resources/assets/journeymapteams/lang/en_us.json index dcd2d7b..b8e5e4e 100644 --- a/common/src/main/resources/assets/journeymapteams/lang/en_us.json +++ b/common/src/main/resources/assets/journeymapteams/lang/en_us.json @@ -19,8 +19,8 @@ "prop.category.label.ftb.tooltip": "Edit the Client defaults for FTB Teams integration.", "prop.category.label.vanilla": "JourneyMap Vanilla Teams", "prop.category.label.vanilla.tooltip": "Edit the Client defaults for Vanilla Teams integration.", - "prop.option.label.default.team_color": "Team Color", - "prop.option.label.default.team_color.tooltip": "This is used when forcing team color, or if there is a failure getting the color from the team.", + "prop.option.label.team_color": "Team Color", + "prop.option.label.team_color.tooltip": "This is used when forcing team color, or if there is a failure getting the color from the team.", "prop.option.label.ally_color": "Ally Color", "prop.option.label.ally_color.tooltip": "This is used when forcing ally color, or if there is a failure getting the color from the team.", "prop.option.label.force_ally": "Force Ally Color", diff --git a/gradle.properties b/gradle.properties index 0f1733d..512b7b6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ # Every field you add must be added to the root build.gradle expandProps map. # Project -version=1.0.1 +version=1.0.2 group_id=net.mysticdrew.journeymapteams # Common