Skip to content

Commit

Permalink
Push to 2.0.2 to fix versioning issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjack committed Jul 12, 2021
1 parent 4e659ed commit 473f637
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 @@ -3,7 +3,7 @@

<groupId>com.extendedclip.papi.expansion.player</groupId>
<artifactId>player-expansion</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>

<name>PAPI-Expansion-Player</name>
<description>PlaceholderAPI expansion for player placeholders</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public String getAuthor() {

@Override
public String getVersion() {
return "2.0.0";
return "2.0.2";
}

@Override
Expand Down

0 comments on commit 473f637

Please sign in to comment.