Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Commit

Permalink
Bumping version to 35, preparing for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ilpersi committed Apr 10, 2019
1 parent 51d2f16 commit 0f2396e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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>com.github.betalord</groupId>
<artifactId>BHBot</artifactId>
<version>34.2</version>
<version>35</version>
<developers>
<developer>
<id>betalord</id>
Expand Down
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ potionOrder 213
tankPriority 0

# Auto-shrine (automatically attempt to save shrines for trials/raid boss encounters. 0 = disabled, 1 = enabled)
autoShrine 0
autoShrine 1
# Battle delay, this is the time with no encounters before enabling shrines.
battleDelay 60
# Shrine delay, this is the delay to traverse the map for shrines before enabling the boss
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/BHBot.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
public class BHBot {

private static final String PROGRAM_NAME = "BHBot";
private static final String PROGRAM_VERSION = "34.2";
private static final String PROGRAM_VERSION = "35";

private static Thread mainThread;
static MainThread main;
Expand Down

0 comments on commit 0f2396e

Please sign in to comment.