Skip to content

Commit

Permalink
Merge branch 'master' into navigate-to-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla authored Jan 11, 2024
2 parents 6c93479 + f6498d0 commit b35f1b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ pluginGroup=com.dsoftware.ghmanager
pluginName=github-actions-manager

# SemVer format -> https://semver.org
pluginVersion=1.15.2
pluginVersion=1.15.3

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

# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<depends>com.intellij.modules.platform</depends>
<depends>org.jetbrains.plugins.github</depends>
<idea-version since-build="232"/>
<idea-version since-build="233"/>

<extensions defaultExtensionNs="com.intellij">
<toolWindow
Expand Down

0 comments on commit b35f1b6

Please sign in to comment.