Skip to content

Commit

Permalink
chore: update to support JetBrain IDE 2024.3 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wingy3181 committed Nov 28, 2024
1 parent eb4c0ff commit e459e8e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "typed.rocks"
version = "1.0.4"
version = "1.0.5"

repositories {
mavenCentral()
Expand Down Expand Up @@ -34,7 +34,7 @@ tasks {

patchPluginXml {
sinceBuild.set("232")
untilBuild.set("241.*")
untilBuild.set("242.*")
}

signPlugin {
Expand Down
6 changes: 6 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@

<change-notes>
<![CDATA[
<p>1.0.5</p>
<ul>
<li>Added compatibility with IDE builds up to 242.*</li>
<li>Improved plugin stability</li>
</ul>
<p>1.0.4</p>
<ul>
<li>Fixed issue where the resolution of the types was not available if the type was not at toplevel</li>
Expand Down

0 comments on commit e459e8e

Please sign in to comment.