Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
)
@Slf4j
public class AIOFighterPlugin extends Plugin {
public static final String version = "2.0.9";
public static final String version = "2.0.10";
public static boolean needShopping = false;
private static final String SET = "Set";
private static final String CENTER_TILE = ColorUtil.wrapWithColorTag("Center Tile", JagexColors.MENU_TARGET);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
)
@Slf4j
public class MixologyPlugin extends Plugin {
public final static String version = "1.0.3";
public final static String version = "1.0.4";

@Inject
private Client client;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
)
public class PVirewatchKillerPlugin extends Plugin {

public final static String version = "1.0.1";
public final static String version = "1.0.2";

private PLooter looterScript = new PLooter();
private PAlcher alchScript = new PAlcher();
Expand Down