Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneBeee committed Apr 29, 2020
1 parent eddc3bb commit 219fec2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>tk.shanebee</groupId>
<artifactId>SkBee</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@Description("This effect allows you to reduce a big part of the player's debug screen." +
"This can be useful for survival servers where you dont want your players to know their coords.")
@Examples({"on join:", "\treduce debug screen for player"})
@Since("INSERT VERSION")
@Since("1.3.0")
public class EffHideDebug extends Effect {

static {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"\tregister furnace fuel coal with burn time 8 minutes",
"on load:",
"\tregister all vanilla fuels"})
@Since("INSERT VERSION")
@Since("1.3.0")
public class EffFurnaceFuel extends Effect {

private static final RecipeManager RECIPE_MANAGER = SkBee.getPlugin().getVirtualFurnaceAPI().getRecipeManager();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"\tregister virtual furnace recipe for cooked chicken using raw chicken with cooktime 15 seconds",
"on load:",
"\tregister all virtual furnace recipes"})
@Since("INSERT VERSION")
@Since("1.3.0")
public class EffFurnaceRecipe extends Effect {

private static final RecipeManager RECIPE_MANAGER = SkBee.getPlugin().getVirtualFurnaceAPI().getRecipeManager();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"GUI name will be the name that shows up in the furnace GUI")
@Examples("give player a virtual furnace item as diamond named \"MyFurnace\" with gui name \"PORTABLE FURNACE\" with " +
"cook speed multiplier 1.5")
@Since("INSERT VERSION")
@Since("1.3.0")
public class ExprVirtualFurnaceItem extends PropertyExpression<ItemType, ItemType> {

private static final VirtualFurnaceAPI API = SkBee.getPlugin().getVirtualFurnaceAPI();
Expand Down

0 comments on commit 219fec2

Please sign in to comment.