From 8d6fb0c8b80e2fcf312d9e979aff98d3efcad8d9 Mon Sep 17 00:00:00 2001 From: voidstarr Date: Fri, 28 May 2021 09:11:26 -0700 Subject: [PATCH] bump version to 0.2.0 --- src/main/java/tv/voidstar/powersink/Constants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/tv/voidstar/powersink/Constants.java b/src/main/java/tv/voidstar/powersink/Constants.java index af8da3c..ce281a6 100644 --- a/src/main/java/tv/voidstar/powersink/Constants.java +++ b/src/main/java/tv/voidstar/powersink/Constants.java @@ -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";