Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
reeFridge committed Jul 16, 2020
1 parent c5c3f7f commit 19dfbb6
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ buildscript {
}

plugins {
id "org.jetbrains.intellij" version "0.4.18"
id "org.jetbrains.grammarkit" version "2020.1.2"
id "org.jetbrains.intellij" version "0.4.21"
id "org.jetbrains.grammarkit" version "2020.1.3"
}

group 'com.interfaced'
version '0.2.5'
version '0.2.6'

apply plugin: 'kotlin'
apply plugin: 'org.jetbrains.intellij'
Expand Down Expand Up @@ -55,15 +55,14 @@ dependencies {
intellij {
pluginName 'BrightScript'
type 'IC'
version '2020.1'
version '2020.1.3'
}

patchPluginXml {
changeNotes """
<ul>
<li>Line comment action</li>
<li>Scope based reference resolving</li>
<li>Basic keywords completion</li>
<li>Anonymous subs</li>
<li>Void keyword</li>
</ul>
"""
}
Expand Down

0 comments on commit 19dfbb6

Please sign in to comment.