Skip to content

Commit

Permalink
add support to 2020.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ruwanka committed May 7, 2020
1 parent 89165cd commit f818522
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ plugins {
}

group 'co.simpleq'
version '0.0.5'

sourceCompatibility = 1.8
version '0.0.6'

repositories {
mavenCentral()
Expand All @@ -22,11 +20,11 @@ dependencies {
}

intellij {
version '2019.3'
plugins "maven"
version '2020.1'
plugins 'maven'
}
patchPluginXml {
changeNotes """
0.0.5 Release.<br>
<em>intellij idea version 2019.3 support added.</em>"""
0.0.6 Release.<br>
<em>intellij idea version 2020.1 support added.</em>"""
}
Binary file modified maven-dependency-updater.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ -9,7 +9,7 @@
<em>quick fix</em> for latest version
]]></description>

<idea-version since-build="183.4284" until-build="193.*"/>
<idea-version since-build="183.4284" until-build="201.*"/>

<!-- dependencies -->
<depends>com.intellij.modules.platform</depends>
Expand Down

0 comments on commit f818522

Please sign in to comment.