Skip to content

Commit

Permalink
Updated version number to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RadBuilder committed Dec 21, 2017
1 parent 4706821 commit 8749062
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>io.github.radbuilder</groupId>
<artifactId>emojichat-parent</artifactId>
<version>1.0</version>
<version>1.1</version>
</parent>

<name>EmojiChat Plugin</name>
<artifactId>emojichat-plugin</artifactId>
<version>1.0</version>
<version>1.1</version>
<packaging>jar</packaging>

<build>
Expand All @@ -25,7 +25,6 @@
<directory>src/main/resources</directory>
<includes>
<include>plugin.yml</include>
<include>config.yml</include>
</includes>
</resource>
</resources>
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.0</version>
<version>1.1</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 8749062

Please sign in to comment.