Skip to content

Commit 076908c

Browse files
authored
Bump the version and remove binding to specific IDE build range (#39)
* Bump plugin version and remove binding to specific IDE version * Remove set a property from build configuration
1 parent d7796bf commit 076908c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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) {

gradle.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ pluginGroup = space.whitememory.pythoninlayparams
22
pluginName = Python Inlay Params
33
pluginRepositoryUrl = 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.
99
pluginSinceBuild = 213
10-
pluginUntilBuild = 232.*
1110

1211
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1312
platformType = PC

0 commit comments

Comments
 (0)