File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ tasks {
4949 patchPluginXml {
5050 version.set(properties(" pluginVersion" ))
5151 sinceBuild.set(properties(" pluginSinceBuild" ))
52- untilBuild.set(properties(" pluginUntilBuild" ))
5352
5453 changeNotes.set(provider {
5554 with (changelog) {
Original file line number Diff line number Diff line change @@ -2,12 +2,11 @@ pluginGroup = space.whitememory.pythoninlayparams
22pluginName = Python Inlay Params
33pluginRepositoryUrl = https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params
44
5- pluginVersion = 0.3.3
5+ pluginVersion = 0.3.4
66
77# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
88# for insight into build numbers and IntelliJ Platform versions.
99pluginSinceBuild = 213
10- pluginUntilBuild = 232.*
1110
1211# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1312platformType = PC
You can’t perform that action at this time.
0 commit comments