Skip to content

Commit

Permalink
Preparing for release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmed Mourad committed Feb 22, 2024
1 parent abcf9d1 commit 846a815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/idea-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ intellij {
}

patchPluginXml {
sinceBuild = "191.0"
sinceBuild = "223.0"
untilBuild = "233.*"
version = "1.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/idea-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<a href="https://github.com/AhmedMourad0/no-copy">Visit on Github</a>
]]></description>

<idea-version since-build="191.0" until-build="233.*"/>
<idea-version since-build="223.0" until-build="233.*"/>

<depends>org.jetbrains.kotlin</depends>
<depends>com.intellij.modules.platform</depends>
Expand Down

0 comments on commit 846a815

Please sign in to comment.