Skip to content

Commit

Permalink
update IDE compatibility version
Browse files Browse the repository at this point in the history
  • Loading branch information
JStruk committed Mar 23, 2021
1 parent bb8631c commit 8a7da01
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runPluginVerifier {
}

group 'org.intellij.sdk'
version '2.0.2'
version '2.1.0'

sourceCompatibility = 1.8

Expand All @@ -37,7 +37,7 @@ buildSearchableOptions {
patchPluginXml {
version = project.version
sinceBuild = '202'
untilBuild = '203.*'
untilBuild = '211.*'
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pluginGroup = com.github.jstruk.mobtimeplugin
pluginName_ = mobtime-plugin
pluginVersion = 0.0.1
pluginSinceBuild = 201
pluginUntilBuild = 203.*
pluginUntilBuild = 211.*
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
# See https://jb.gg/intellij-platform-builds-list for available build versions
pluginVerifierIdeVersions = 2020.1.4, 2020.2.4, 2020.3.2
Expand Down
5 changes: 4 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@
<change-notes>
<![CDATA[
<ul>
<li><b>2.0.2</b> Support IntelliJ EAP 2021.1 </li>
<li><b>2.0.2</b> Stable Release </li>
<li><b>2.0.1</b> Update Icon </li>
<li><b>1.0.0</b> Release 1.0.0 </li>
</ul>
]]>
</change-notes>

<depends>com.intellij.modules.lang</depends>
<depends>com.intellij.modules.platform</depends>

<idea-version since-build="202.6397.25" until-build="211.*" />

<!-- Text to display as company information on Preferences/Settings | Plugin page -->
<vendor url="https://mobti.me/">Mobtime</vendor>
Expand Down

0 comments on commit 8a7da01

Please sign in to comment.