Skip to content

Commit

Permalink
Ready for update v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Darcy Chen committed Mar 8, 2018
1 parent a22e208 commit ec3cd24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ plugins {
}

group = 'net.huskycraft'
version = '0.4.1'
description = 'Fix NSE exception if an equipment slot is left empty when creating kit'
version = '0.4.2'
description = 'BlockyArena is a PvP plugin that allows a server to systematically host multiple duels in designated arenas.'

dependencies {
compile 'org.spongepowered:spongeapi:7.0.0'
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/huskycraft/blockyarena/BlockyArena.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import java.util.Arrays;
import java.util.List;

@Plugin(id = "blockyarena", name = "BlockyArena", version = "0.4.1")
@Plugin(id = "blockyarena", name = "BlockyArena", version = "0.4.2")
public class BlockyArena {
@Inject
private Logger logger;
Expand Down

0 comments on commit ec3cd24

Please sign in to comment.