Skip to content

Commit

Permalink
Update to 4.7.0
Browse files Browse the repository at this point in the history
- Adds 4 new Varlamore quests
- Adds the shortest path integration
  • Loading branch information
Zoinkwiz committed Oct 2, 2024
1 parent 1d56cf4 commit 0927242
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
}

group = 'com.questhelper'
version = '4.6.0'
version = '4.7.0'
sourceCompatibility = "11"

tasks.withType(JavaCompile) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ public class NewVersionManager

private final String LAST_VERSION_SEEN_CONFIG_KEY = "lastversionchecked";

private final String UPDATE_CHAT_TEXT = "Quest Helper has been updated to 4.5.0! This adds While Guthix Sleeps.";
private final String UPDATE_CHAT_TEXT = "Quest Helper has been updated to 4.7.0! This adds the new Varlamore quests! This also adds an " +
"integration with the Shortest Path plugin, which can be enabled in the config settings.";

public void updateChatWithNotificationIfNewVersion()
{
Expand Down

0 comments on commit 0927242

Please sign in to comment.