Skip to content

Commit

Permalink
Unspecify pluginUntilBuild (include all future builds)
Browse files Browse the repository at this point in the history
  • Loading branch information
siropkin committed Dec 7, 2023
1 parent 4c60fbb commit 8a71178
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
## [Unreleased]


## [1.0.5] - 2023-12-07
### Changed
- Unspecify `pluginUntilBuild` (include all future builds)


## [1.0.4] - 2023-10-25
### Changed
- Improve MacOS support
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ pluginGroup = com.github.siropkin.kursor
pluginName = Kursor
pluginRepositoryUrl = https://github.com/siropkin/kursor
# SemVer format -> https://semver.org
pluginVersion = 1.0.4
pluginVersion = 1.0.5

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 221
pluginUntilBuild = 232.*
pluginUntilBuild =

# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType = IC
Expand Down
7 changes: 6 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin require-restart="true">
<id>com.github.siropkin.kursor</id>
<name>Kursor</name>
<version>1.0.4</version>
<version>1.0.5</version>
<vendor email="[email protected]">Ivan Seredkin</vendor>

<description><![CDATA[
Expand All @@ -11,6 +11,11 @@
]]></description>

<change-notes><![CDATA[
1.0.5 (2023-12-07)<br />
++++++++++++++++++<br />
- Unspecify `pluginUntilBuild` (include all future builds)<br />
<br />
<br />
1.0.4 (2023-10-25)<br />
++++++++++++++++++<br />
- Improve MacOS support<br />
Expand Down

0 comments on commit 8a71178

Please sign in to comment.