Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
max1mde committed Jul 28, 2023
1 parent 7e3108a commit d475aff
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 @@ -3,7 +3,7 @@ plugins {
}

group = 'com.maximfiedler'
version = '1.0.4'
version = '1.0.5'

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public final class HologramAPI extends JavaPlugin {
@Override
public void onEnable() {
hologramAPI = this;
getServer().getLogger().log(Level.INFO, ChatColor.GREEN + this.getDescription().getVersion());
getServer().getLogger().log(Level.INFO, ChatColor.GREEN + "Enabled HologramAPI v" + this.getDescription().getVersion());
}

public static HologramAPI getHologramAPI() {
Expand Down

0 comments on commit d475aff

Please sign in to comment.