Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
KaspianDev committed Nov 5, 2023
1 parent a672404 commit 830e54b
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 @@ -5,7 +5,7 @@ plugins {
}

group = "com.github.kaspiandev.minedownpapi"
version = "1"
version = "1.1"

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public final class MineDownPapi extends PlaceholderExpansion {

@Override
public @NotNull String getVersion() {
return "1";
return "1.1";
}

@Override
Expand Down

0 comments on commit 830e54b

Please # to comment.