Skip to content

Commit

Permalink
🔖 Releasing / Version tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
crossoverJie committed May 17, 2020
1 parent 0b4e08b commit cc4990f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ dependencies {
}

intellij {
version 'IC-2019.1.3'
version '2018.1.2'
}
patchPluginXml {
sinceBuild '181.0'
untilBuild '201.*'
changeNotes """
<div>
<p>1.0.3</p>
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 @@ -20,7 +20,7 @@
<toolWindow id="sqlalchemy-transfer" secondary="true" anchor="right" factoryClass="top.crossoverjie.plugin.window.MainWindowFactory"/>
</extensions>

<idea-version since-build="191.0" />
<!--<idea-version since-build="162.0" until-build="201.*" />-->

<actions>
<!--<action id="top.crossoverjie.plugin.action.PopupDialogAction"
Expand Down

0 comments on commit cc4990f

Please sign in to comment.