Skip to content

Commit

Permalink
update 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXiaoM committed Feb 4, 2023
1 parent 9c3ee0e commit 4ea8b32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java'
}
group = 'top.mrxiaom'
version = '1.0.0'
version = '1.1.0'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/top/mrxiaom/papi/TimeExpansion.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public String getAuthor() {

@Override
public String getVersion() {
return "1.0.0";
return "1.1.0";
}
@Override
public Map<String, Object> getDefaults() {
Expand Down

0 comments on commit 4ea8b32

Please sign in to comment.