Skip to content

Commit

Permalink
Updated version number to 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RadBuilder committed Nov 28, 2019
1 parent b5f0c88 commit 3bdad1e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.github.radbuilder</groupId>
<artifactId>emojichat-parent</artifactId>
<version>1.8.2</version>
<version>1.8.3</version>
</parent>

<properties>
Expand All @@ -18,7 +18,7 @@

<name>EmojiChat Plugin</name>
<artifactId>emojichat-plugin</artifactId>
<version>1.8.2</version>
<version>1.8.3</version>
<packaging>jar</packaging>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* EmojiChat command class.
*
* @author RadBuilder
* @version 1.8.2
* @version 1.8.3
* @since 1.0
*/
class EmojiChatCommand implements CommandExecutor {
Expand All @@ -31,7 +31,7 @@ class EmojiChatCommand implements CommandExecutor {
@Override
public boolean onCommand(CommandSender sender, Command command, String s, String[] args) {
if (args.length < 1) {
sender.sendMessage(ChatColor.AQUA + "EmojiChat v1.8.2 by RadBuilder");
sender.sendMessage(ChatColor.AQUA + "EmojiChat v1.8.3 by RadBuilder");
sender.sendMessage(ChatColor.AQUA + "Use " + ChatColor.GREEN + "/emojichat help" + ChatColor.AQUA + " for help.");
return true;
}
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: EmojiChat
version: 1.8.2
version: 1.8.3
description: Adds emojis to your chat
author: RadBuilder
website: "https://github.com/RadBuilder/EmojiChat/"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.github.radbuilder</groupId>
<name>EmojiChat Parent</name>
<artifactId>emojichat-parent</artifactId>
<version>1.8.2</version>
<version>1.8.3</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit 3bdad1e

Please sign in to comment.