Skip to content

Commit

Permalink
Add 2024.1 Build Support
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Jan 18, 2024
1 parent 36a80da commit f0d208b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#### Unreleased

- Added 2024.1 Build Support

#### 5.9.0

- Added 2023.3 Build Support
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ tasks.runPluginVerifier {
tasks.patchPluginXml {
version.set(projectVersion)
sinceBuild.set('203.7148.57')
untilBuild.set('233.*')
untilBuild.set('241.*')

def changelogPath = "$projectDir/build/html/CHANGELOG.html"
def readmePath = "$projectDir/build/html/README.html"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import org.intellij.lang.annotations.Language
val UPDATE_MESSAGE: String = """
What's New?<br>
<ul>
<li>2023.3 Build Support</li>
<li>2024.1 Build Support</li>
</ul>
<br>Please see the <a href='https://github.com/one-dark/jetbrains-one-dark-theme/blob/master/CHANGELOG.md'>Changelog</a> for more details.
<br>
Expand Down

0 comments on commit f0d208b

Please sign in to comment.