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

update version

This commit is contained in:
breandan 2023-05-28 19:20:17 -04:00
parent da913f61b6
commit 1839efb59f
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
## 3.8.13
- Fixes for color settings not being persisted, [$431](https://github.com/acejump/AceJump/issues/431)
- Fixes color settings not being persisted, [#431](https://github.com/acejump/AceJump/issues/431)
## 3.8.12

View File

@ -3,7 +3,7 @@ import org.jetbrains.changelog.date
plugins {
idea apply true
kotlin("jvm") version "1.8.21"
kotlin("jvm") version "1.9.0-Beta"
id("org.jetbrains.intellij") version "1.13.3"
id("org.jetbrains.changelog") version "2.0.0"
id("com.github.ben-manes.versions") version "0.46.0"
@ -37,7 +37,7 @@ tasks {
}
runPluginVerifier {
ideVersions.set(listOf("2022.3"))
ideVersions.set(listOf("2023.1"))
}
// Remove pending: https://youtrack.jetbrains.com/issue/IDEA-278926