Skip to content

Commit

Permalink
feat: version 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Jul 7, 2020
1 parent b3c7ec9 commit af18cf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group "jones.restarteslintaction"
version "0.0.0"
version "0.0.1"

apply plugin: 'org.jetbrains.intellij'

Expand All @@ -25,5 +25,6 @@ patchPluginXml {
"""

changeNotes """
0.0.1 - Relax allowed IDE versions, to support latest EAP builds
"""
}

0 comments on commit af18cf7

Please sign in to comment.