1
0
mirror of https://github.com/chylex/IntelliJ-AceJump.git synced 2025-05-07 17:34:03 +02:00

update versions, acknowledge @wuruofan

This commit is contained in:
breandan 2023-06-18 14:11:42 -04:00
parent 6d47331c71
commit 48cadfef4c
2 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@
## Unreleased
## 3.8.14
- Fixes NoSuchFieldError: Companion on older platform versions, [#432](https://github.com/acejump/AceJump/issues/432), [#434](https://github.com/acejump/AceJump/issues/434), [#435](https://github.com/acejump/AceJump/issues/432), [#437](https://github.com/acejump/AceJump/issues/437), [#438](https://github.com/acejump/AceJump/issues/438), thanks to [@wuruofan](https://github.com/wuruofan)
## 3.8.13
- Fixes color settings not being persisted, [#431](https://github.com/acejump/AceJump/issues/431)

View File

@ -64,7 +64,7 @@ kotlin {
}
changelog {
version = "3.8.13"
version = "3.8.14"
path = "${project.projectDir}/CHANGES.md"
header = provider { "[${project.version}] - ${date()}" }
itemPrefix = "-"
@ -88,4 +88,4 @@ intellij {
}
group = "org.acejump"
version = "3.8.13"
version = "3.8.14"