Skip to content

Commit

Permalink
bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
voidstarr committed May 28, 2021
1 parent 6427538 commit 8d6fb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tv/voidstar/powersink/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
public class Constants {
public static final String PLUGIN_NAME = "PowerSink";
public static final String PLUGIN_ID = "powersink";
public static final String PLUGIN_VERSION = "0.1.0";
public static final String PLUGIN_VERSION = "0.2.0";
public static final String PLUGIN_DESCRIPTION = " Plugin that allows players to sell and buy energy.";

public static final String SETUP_SINK_PERMISSION = "powersink.setup.sink";
Expand Down

0 comments on commit 8d6fb0c

Please sign in to comment.