Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed May 28, 2023
1 parent da913f6 commit 1839efb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1839efb

Please sign in to comment.