Skip to content

Commit 19dfbb6

Browse files
committed
bump version
1 parent c5c3f7f commit 19dfbb6

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

build.gradle

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ buildscript {
1818
}
1919

2020
plugins {
21-
id "org.jetbrains.intellij" version "0.4.18"
22-
id "org.jetbrains.grammarkit" version "2020.1.2"
21+
id "org.jetbrains.intellij" version "0.4.21"
22+
id "org.jetbrains.grammarkit" version "2020.1.3"
2323
}
2424

2525
group 'com.interfaced'
26-
version '0.2.5'
26+
version '0.2.6'
2727

2828
apply plugin: 'kotlin'
2929
apply plugin: 'org.jetbrains.intellij'
@@ -55,15 +55,14 @@ dependencies {
5555
intellij {
5656
pluginName 'BrightScript'
5757
type 'IC'
58-
version '2020.1'
58+
version '2020.1.3'
5959
}
6060

6161
patchPluginXml {
6262
changeNotes """
6363
<ul>
64-
<li>Line comment action</li>
65-
<li>Scope based reference resolving</li>
66-
<li>Basic keywords completion</li>
64+
<li>Anonymous subs</li>
65+
<li>Void keyword</li>
6766
</ul>
6867
"""
6968
}

0 commit comments

Comments
 (0)