Skip to content

Commit

Permalink
changed version to v1.10-beta-1
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Jul 11, 2021
1 parent 450f0e4 commit 4f9663b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.10</version>
<version>v1.10-beta-1</version>
<packaging>jar</packaging>

<name>FoodSpoilage</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/spoilagesystem/FoodSpoilage.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public final class FoodSpoilage extends JavaPlugin {

private static FoodSpoilage instance;

private String version = "v1.10";
private String version = "v1.10-beta-1";

public static FoodSpoilage getInstance() {
return instance;
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.10
version: 1.10-beta-1
author: DanTheTechMan
main: spoilagesystem.FoodSpoilage
api-version: 1.13
Expand Down

0 comments on commit 4f9663b

Please sign in to comment.