Skip to content

Commit

Permalink
Updated to v2.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Artemis-the-gr8 committed Oct 26, 2023
1 parent d435cc9 commit 919d44f
Show file tree
Hide file tree
Showing 4 changed files with 4 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>io.github.ithotl</groupId>
<artifactId>PlayerStats</artifactId>
<name>PlayerStats</name>
<version>2.0</version>
<version>2.1</version>
<description>Statistics Plugin</description>
<url>https://www.spigotmc.org/resources/playerstats.102347/</url>
<developers>
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>io.github.ithotl</groupId>
<artifactId>PlayerStats</artifactId>
<version>2.0</version>
<version>2.1</version>

<name>PlayerStats</name>
<description>Statistics Plugin</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ private StringUtils() {
*/
public static String prettify(String input) {
if (input == null) return null;
//TODO remove excessive logging
MyLogger.logHighLevelMsg("Prettifying [" + input + "]");

StringBuilder capitals = new StringBuilder(input.toLowerCase(Locale.ENGLISH));
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
main: com.artemis.the.gr8.playerstats.core.Main
name: PlayerStats
version: 2.0
version: 2.1
api-version: 1.13
description: adds commands to view player statistics in chat
author: Artemis_the_gr8
Expand Down

0 comments on commit 919d44f

Please sign in to comment.