Skip to content

Commit

Permalink
Change version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-evers committed Feb 13, 2020
1 parent 868e3a4 commit d2f0588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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>de.garrus.maven</groupId>
<artifactId>minecraft-server-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1.0</version>
<version>1.0.1</version>
<name>minecraft-server-launcher</name>
<description>Maven Plugin to launch an Server for Plugin Development.</description>
<url>https://github.com/MEGarrusVakarian/minecraft-server-plugin</url>
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ __Notice__: Current only [Papermc](http://papermc.io) Server supported.
<plugin>
<groupId>de.garrus.maven</groupId>
<artifactId>minecraft-server-plugin</artifactId>
<version>1.0</version>
<version>1.0.1</version>
<configuration>
<serverVersion>1.15.2</serverVersion>
<createEula>true</createEula>
Expand Down

0 comments on commit d2f0588

Please sign in to comment.