Skip to content

Commit

Permalink
Merge pull request #5 from thomasrepnik/bugfix/add-support-for-2020-2
Browse files Browse the repository at this point in the history
Added Support for IntelliJ 2020.2
  • Loading branch information
thomasrepnik authored Jul 30, 2020
2 parents be88d30 + bf32a0a commit 0beaae1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
plugins {
id 'java'
id 'org.jetbrains.intellij' version '0.4.18'
id 'org.jetbrains.intellij' version '0.4.21'
}

group 'ch.repnik'
version '1.0.3'
version '1.0.4'

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

// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version '2020.1'
version '2020.2'
plugins = ['git4idea']
}
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.3</version>
<version>1.0.4</version>
<vendor url="https://github.com/thomasrepnik/idea-commit-prefix-plugin">Thomas Repnik</vendor>

<change-notes>Added customizable delimiter between issue key and commit message</change-notes>
<change-notes>Added support for IntelliJ 2020.2</change-notes>

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

0 comments on commit 0beaae1

Please sign in to comment.