Skip to content

Commit

Permalink
incremented version and edited README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccoystephenson committed Jul 19, 2020
1 parent fb7f686 commit fea2aa5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ A minecraft plugin to make food go bad.
- 1.3 'More Crops' update
- 1.4 'Desserts & Ingredients' update
- 1.5 'More Food Items' update
- 1.6 'Toggle' update
- 1.6 'Toggle' update
- 1.7 'Custom Text' update
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>KingdomProgrammers</groupId>
<artifactId>FoodSpoilage</artifactId>
<version>v1.6</version>
<version>v1.7</version>
<packaging>jar</packaging>

<name>FoodSpoilage</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/spoilagesystem/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

public final class Main extends JavaPlugin implements Listener {

public String version = "v1.6";
public String version = "v1.7";

// subsystems
public TimeStampSubsystem timestamp = new TimeStampSubsystem(this);
Expand Down
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: FoodSpoilage
version: 1.6
version: 1.7
author: DanTheTechMan
main: spoilagesystem.Main
api-version: 1.13
Expand Down

0 comments on commit fea2aa5

Please sign in to comment.