Skip to content

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
PieTw3lve committed Mar 8, 2024
1 parent ca4d293 commit 97ae99f
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 @@ -7,7 +7,7 @@

<groupId>com.github.pietw3lve</groupId>
<artifactId>PAPI-DateCalculator</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public String getIdentifier() {

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

@Override
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: DateCalculator
main: com.github.pietw3lve.datecalculator.DateCalculatorPlugin
version: 1.0.0
version: 1.0.1
api-version: 1.15
author: PieTw3lve
website: https://github.com/PieTw3lve/DateCalculator
Expand Down

0 comments on commit 97ae99f

Please sign in to comment.