Skip to content

Commit

Permalink
Version 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CrushedPixel committed Mar 21, 2017
1 parent c81190e commit 0d7ab85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
}

group = 'eu.crushedpixel.sponge'
version = '0.1-SNAPSHOT'
version = '0.1'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
import org.spongepowered.api.event.game.state.GameInitializationEvent;
import org.spongepowered.api.plugin.Plugin;

@Plugin(id = PluginPacketGate.ID)
@Plugin(id = PluginPacketGate.ID, version = PluginPacketGate.VERSION)
public class PluginPacketGate {

static final String ID = "packetgate";
static final String VERSION = "0.1";

@Inject
private Logger logger;
Expand Down

0 comments on commit 0d7ab85

Please sign in to comment.