Skip to content

Commit

Permalink
chore: increased version number and updated documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
larsvansoest committed Apr 22, 2024
1 parent d399fee commit a43abb4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
}

group = 'com.larsvansoest.runelite'
version = '4.3.0'
version = '4.3.1'
sourceCompatibility = '1.8'

tasks.withType(JavaCompile) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ protected void startUp()
this::addStashUnitMarkerToMap,
this::removeStashUnitMarkerFromMap,
"Emote Clue Items",
"v4.3.0",
"v4.3.1",
"https://github.com/larsvansoest/emote-clue-items",
"https://www.paypal.com/donate/?hosted_button_id=72AFNGL28LFEN"
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
* Source: https://github.com/runelite/runelite/tree/master/runelite-client/src/main/java/net/runelite/client/plugins/cluescrolls/clues
* </p>
* <p>
* Maintained up to 47f73bd.
* Maintained up to 2253b25.
* To check for any updates, see https://github.com/runelite/runelite/commits/master/runelite-client/src/main/java/net/runelite/client/plugins/cluescrolls/clues/EmoteClue.java
* </p>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Source https://github.com/runelite/runelite/blob/master/runelite-client/src/main/java/net/runelite/client/plugins/cluescrolls/clues/emote/STASHUnit.java
* </p>
* <p>
* Maintained up to 91e5d18.
* Maintained up to 2253b25.
* </p>
*
* @author Lars van Soest
Expand Down

0 comments on commit a43abb4

Please sign in to comment.