Skip to content

Commit

Permalink
New:
Browse files Browse the repository at this point in the history
- reload command also reloads Translations.

Fixed:
- translation file not being changed even after changing "vanilla_lang" in config.yml.
  • Loading branch information
darksoulq committed Jan 18, 2025
1 parent eb8db46 commit 5d65ac9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>me.darksoul</groupId>
<artifactId>whatisthat</artifactId>
<name>whatisthat</name>
<version>1.4.4</version>
<version>1.4.5</version>
<build>
<defaultGoal>clean package</defaultGoal>
<resources>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.darksoul</groupId>
<artifactId>whatisthat</artifactId>
<version>1.4.4</version>
<version>1.4.5</version>
<packaging>jar</packaging>

<name>whatisthat</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: WhatIsThat
version: '1.4.4'
version: '1.4.5'
main: me.darksoul.whatIsThat.WhatIsThat
api-version: '1.20'
author: DarkSoul
Expand Down

0 comments on commit 5d65ac9

Please sign in to comment.