Skip to content

Commit

Permalink
Add 2024.3 Build Support
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Sep 13, 2024
1 parent 4a0d3ab commit 5951f3a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

#### Unreleased

- Added 2024.3 Build Support

#### 5.11.0

- Added 2024.2 Build Support

#### 5.10.0
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('242.*')
untilBuild.set('243.*')

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>2024.2 Build Support</li>
<li>2024.3 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 5951f3a

Please sign in to comment.