Skip to content

Commit

Permalink
bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
leelawd committed Jan 30, 2017
1 parent 4b04e36 commit 940715d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/moddedminecraft/mmcprefix/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import java.io.IOException;
import java.nio.file.Path;

@Plugin(id = "mmcprefix", name = "mmcprefix", version = "1.1.1", description = "A simple and easy to use custom prefix manager")
@Plugin(id = "mmcprefix", name = "mmcprefix", version = "1.1.2", description = "A simple and easy to use custom prefix manager")
public class Main {

@Inject
Expand Down

0 comments on commit 940715d

Please sign in to comment.