Skip to content

Commit

Permalink
incremented version and change spigot version in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccoystephenson committed Jul 23, 2020
1 parent ee02303 commit 9ceadb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 30 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>KingdomProgrammers</groupId>
<artifactId>Medieval-Economy</artifactId>
<version>v0.6</version>
<version>v0.6.1</version>
<packaging>jar</packaging>

<name>Medieval-Economy</name>
Expand Down Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.15.2-R0.1-SNAPSHOT</version>
<version>1.13.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
27 changes: 0 additions & 27 deletions src/main/java/economysystem/PlankWorkshop.java

This file was deleted.

2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: MedievalEconomy
version: "0.6"
version: "0.6.1"
author: DanTheTechMan
main: economysystem.Main
api-version: "1.15"
Expand Down

0 comments on commit 9ceadb0

Please sign in to comment.