Skip to content

Commit

Permalink
Updated version number to 1.8.2, api-version to 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
RadBuilder committed Jul 24, 2019
1 parent 29b2c2f commit fa5bd09
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.1</version>
<version>1.8.2</version>
</parent>

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

<name>EmojiChat Plugin</name>
<artifactId>emojichat-plugin</artifactId>
<version>1.8.1</version>
<version>1.8.2</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.1
* @version 1.8.2
* @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.1 by RadBuilder");
sender.sendMessage(ChatColor.AQUA + "EmojiChat v1.8.2 by RadBuilder");
sender.sendMessage(ChatColor.AQUA + "Use " + ChatColor.GREEN + "/emojichat help" + ChatColor.AQUA + " for help.");
return true;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* EmojiChat listener class.
*
* @author RadBuilder
* @version 1.8
* @version 1.8.2
* @since 1.0
*/
class EmojiChatListener implements Listener {
Expand Down
4 changes: 2 additions & 2 deletions plugin/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: EmojiChat
version: 1.8.1
version: 1.8.2
description: Adds emojis to your chat
author: RadBuilder
website: "https://github.com/RadBuilder/EmojiChat/"
main: io.github.radbuilder.emojichat.EmojiChat
api-version: 1.13
api-version: 1.14

softdepend: [DiscordSRV, MVdWPlaceholderAPI, PlaceholderAPI, TelegramChat]

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.1</version>
<version>1.8.2</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit fa5bd09

Please sign in to comment.