Skip to content

Commit

Permalink
Tagging 1.8.13
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman committed Aug 28, 2022
1 parent fc6a6f0 commit 0f8410d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[1.8.13]
- Reduce time during KavaThreadPoolProvider shutdown
- Add timeout to wait call in waitForCompletion

[1.8.12]
- Don't notify future threads if already skipped

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ subprojects {
apply plugin: "checkstyle"

group = 'org.mini2Dx'
version = '1.8.12'
version = '1.8.13'

repositories {
mavenLocal()
Expand Down

0 comments on commit 0f8410d

Please sign in to comment.