Skip to content

Commit

Permalink
Merge pull request #7 from thomasrepnik/add-support-for-2021-1
Browse files Browse the repository at this point in the history
Added support for 2021.1 (#6)
  • Loading branch information
thomasrepnik authored Apr 8, 2021
2 parents 6e5e9f6 + 5883a53 commit 88ec310
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'ch.repnik'
version '1.0.5'
version '1.0.6'

repositories {
mavenCentral()
Expand All @@ -30,12 +30,16 @@ test {

// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version '2020.3'
version '2021.1'
plugins = ['git4idea']
}

runPluginVerifier{
ideVersions = ["IC-2020.3"]
ideVersions = ["IC-2021.1"]
}

patchPluginXml {
untilBuild null
}


Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<idea-plugin>
<id>commit-prefix-plugin</id>
<name>Git Auto Prefix</name>
<version>1.0.5</version>
<version>1.0.6</version>
<vendor url="https://github.com/thomasrepnik/idea-commit-prefix-plugin">Thomas Repnik</vendor>

<change-notes>Added support for IntelliJ 2020.3</change-notes>
<change-notes>Added support for IntelliJ 2021.1</change-notes>

<description><![CDATA[
<p>
Expand Down

0 comments on commit 88ec310

Please sign in to comment.