Skip to content

Commit

Permalink
Prepare release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
VoxCrafterLP committed Dec 9, 2021
1 parent e78575e commit fc50aa0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The installation is fairly straightforward. Download the plugin from the [releas
For a terminal environment, use this:
```bash
cd plugins/
wget https://github.com/VoxCrafterLP/CauldronInteract/releases/download/v1.2.0/CauldronInteract-1.2.0-RELEASE.jar
wget https://github.com/VoxCrafterLP/CauldronInteract/releases/download/v1.2.1/CauldronInteract-1.2.1-RELEASE.jar
```

## Bugreports and features
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

<groupId>com.voxcrafterlp</groupId>
<artifactId>CauldronInteract</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1-RELEASE</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<maven.compiler.source>16</maven.compiler.source>
<maven.compiler.target>16</maven.compiler.target>
</properties>

<repositories>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import lombok.Getter;
import org.bstats.bukkit.Metrics;
import org.bukkit.Bukkit;
import org.bukkit.Location;
import org.bukkit.inventory.Inventory;
import org.bukkit.plugin.PluginManager;
import org.bukkit.plugin.java.JavaPlugin;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import org.bukkit.block.Dispenser;
import org.bukkit.block.data.Directional;
import org.bukkit.block.data.Levelled;
import org.bukkit.block.data.type.Hopper;
import org.bukkit.event.block.CauldronLevelChangeEvent;
import org.bukkit.inventory.Inventory;
import org.bukkit.inventory.ItemStack;
Expand All @@ -17,9 +16,6 @@
import org.bukkit.potion.PotionData;
import org.bukkit.potion.PotionType;

import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicInteger;

/**
* This file was created by VoxCrafter_LP!
* Date: 26.07.2021
Expand Down

0 comments on commit fc50aa0

Please sign in to comment.