Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
smj-edison committed Apr 17, 2020
1 parent 558b4e7 commit 3b1a0b9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: KeepMinecartsMoving
main: com.mason.keepminecartsmoving.KeepMinecartsMoving
version: 0.1.0
version: 0.1.1
load: STARTUP
api-version: 1.15
2 changes: 1 addition & 1 deletion src/com/mason/keepminecartsmoving/KeepMinecartsMoving.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import org.bukkit.plugin.java.JavaPlugin;

public class KeepMinecartsMoving extends JavaPlugin {
public static final String VERSION = "v0.1.0";
public static final String VERSION = "v0.1.1";

PluginManager pm;
EventListener listener;
Expand Down
Binary file modified target/KeepMinecartsMoving.jar
Binary file not shown.

0 comments on commit 3b1a0b9

Please sign in to comment.