Skip to content

Commit

Permalink
update idea version
Browse files Browse the repository at this point in the history
  • Loading branch information
dankinsoid committed Mar 22, 2024
1 parent 6f85fdb commit f63d4a9
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 @@ -4,7 +4,7 @@
pluginGroup = com.github.dankinsoid.multicursor
pluginName = VimMulticursor
# SemVer format -> https://semver.org
pluginVersion = 1.2.0
pluginVersion = 1.2.1

# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
platformType = IC
Expand All @@ -14,7 +14,7 @@ platformVersion = 2023.3
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
platformPlugins = IdeaVIM:2.10.1

pluginSinceBuild = 223
pluginSinceBuild = 233

# Java language level used to compile sources and to generate the files for - Java 11 is required since 2020.3
javaVersion = 17
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 @@ -4,7 +4,7 @@
<name>VimMulticursor</name>
<vendor>dankinsoid</vendor>

<idea-version since-build="223"/>
<idea-version since-build="233"/>

<depends>com.intellij.modules.platform</depends>
<depends>IdeaVIM</depends>
Expand Down

0 comments on commit f63d4a9

Please sign in to comment.