Skip to content

Commit

Permalink
bump version 0.1.1 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Netherwhal authored Apr 1, 2022
1 parent fa47c2a commit 4ccd873
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 'net.simplyvanilla'
version '0.1.0'
version '0.1.1'

java {
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class SimplyRankPlaceholderExpansion extends PlaceholderExpansion {

@Override
public @NotNull String getVersion() {
return "0.1.0";
return "0.1.1";
}

@Override
Expand Down

0 comments on commit 4ccd873

Please sign in to comment.