Skip to content

Commit af18cf7

Browse files
committed
feat: version 0.0.1
1 parent b3c7ec9 commit af18cf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group "jones.restarteslintaction"
6-
version "0.0.0"
6+
version "0.0.1"
77

88
apply plugin: 'org.jetbrains.intellij'
99

@@ -25,5 +25,6 @@ patchPluginXml {
2525
"""
2626

2727
changeNotes """
28+
0.0.1 - Relax allowed IDE versions, to support latest EAP builds
2829
"""
2930
}

0 commit comments

Comments
 (0)