Skip to content

Commit

Permalink
Changed version to v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccoystephenson committed Nov 18, 2021
1 parent 87497a5 commit 586bc8c
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>dansplugins</groupId>
<artifactId>WildPets</artifactId>
<version>v1.1.2</version>
<version>v1.2</version>
<packaging>jar</packaging>

<name>Wild Pets</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dansplugins/wildpets/WildPets.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static WildPets getInstance() {
return instance;
}

private final String version = "v1.1.2";
private final String version = "v1.2";

@Override
public void onEnable() {
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: WildPets
version: 1.1.2
version: 1.2
main: dansplugins.wildpets.WildPets
api-version: 1.13
author: DanTheTechMan
Expand Down

0 comments on commit 586bc8c

Please sign in to comment.