Skip to content

Commit

Permalink
change version to 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
siosio committed Jan 9, 2019
1 parent e48dd00 commit 5f008fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ buildscript {
plugins {
id "org.jetbrains.intellij" version "0.4.1"
}

apply plugin: 'java'
apply plugin: "kotlin"

version '1.13'

intellij {
pluginName 'Gradle Dependencies Helper'
version = 'IC-2018.2.4'
Expand Down
4 changes: 3 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<idea-plugin>
<id>GradleDependenciesHelper</id>
<name>Gradle Dependencies Helper</name>
<version>1.12</version>
<vendor email="siosio12@gmail.com" url="https://github.com/siosio/GradleDependenciesHelperPlugin">siosio</vendor>
<depends>org.jetbrains.plugins.gradle</depends>
<depends>org.intellij.groovy</depends>
Expand All @@ -12,6 +11,9 @@

<change-notes><![CDATA[
<ul>
<li>1.13
Add completion in 'platform' or 'enforcedPlatform'
</li>
<li>1.8
bug fix.<br/>
<li>
Expand Down

0 comments on commit 5f008fb

Please sign in to comment.