Skip to content

Commit

Permalink
Increment plugin version to 1.3.2
Browse files Browse the repository at this point in the history
- Some more internal refactoring (mostly renaming internal 'report' variables to 'upload' and 'flag')
- New fields and data format for the player uploading statistics
- Force a sighting refresh whenever the client comes back from a LOADING state (to sight players that carry over the loading when doing Tempoross for example)
  • Loading branch information
Cyborger1 authored May 14, 2021
1 parent 0bf15c0 commit a3e60b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
}

group = 'com.botdetector'
version = '1.3.2-DEV'
version = '1.3.2'
sourceCompatibility = '1.8'

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit a3e60b7

Please sign in to comment.