Skip to content

Commit

Permalink
Версия 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daedal-dev-ru committed Jun 11, 2023
1 parent be0cd37 commit 87d53c5
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 @@ -6,7 +6,7 @@

<groupId>daedal</groupId>
<artifactId>Expansion-expirytime</artifactId>
<version>1.0</version>
<version>1.2</version>
<packaging>jar</packaging>

<name>Expansion-ExpiryTime</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/daedal/expirytime/ExpiryExpansion.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class ExpiryExpansion extends PlaceholderExpansion implements Configurabl

@Override
public @NotNull String getVersion() {
return "1.0.0";
return "1.2";
}

@Override
Expand Down

0 comments on commit 87d53c5

Please sign in to comment.