Skip to content

Commit

Permalink
chore(intellij): v4.0.1 (#4168)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed May 13, 2024
1 parent 6c91030 commit d78ef40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/intellij/intellij_generator_plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'com.bloc'
version '4.0.0'
version '4.0.1'

apply plugin: 'org.jetbrains.intellij'
apply plugin: 'java'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<change-notes><![CDATA[
<ul>
<li>v4.0.1 - Support for Intellij 2024</li>
<li>v4.0.0 - Support for Sealed Classes and Dependency Upgrades</li>
<li>v3.4.0 - Support for Freezed</li>
<li>v3.3.0 - Support for Mock snippet</li>
Expand Down Expand Up @@ -39,7 +40,7 @@
</change-notes>

<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
<idea-version since-build="145.0" until-build="233.*"/>
<idea-version since-build="145.0" until-build="241.*"/>

<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
on how to target different products -->
Expand Down

0 comments on commit d78ef40

Please sign in to comment.