Skip to content

Commit 7badcb1

Browse files
committed
1.5.2
1 parent 6f9ad2a commit 7badcb1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ java -jar expression-console-sample.jar
227227

228228
Change log
229229
==========
230-
1.5.2-snapshot
230+
1.5.2
231231

232232
* Generator: disable first-check in presence of external predicates
233233
* Generator: support mixed AST-PSI trees (psi.impl.source.tree.CompositePsiElement inheritors)

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# https://www.jetbrains.com/intellij-repository/releases
1919
# https://www.jetbrains.com/intellij-repository/snapshots
2020

21-
version = 1.5.2-SNAPSHOT
21+
version = 1.5.2
2222

2323
ideaVersion = 2017.1
2424
javaVersion = 1.8

resources/META-INF/plugin.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<idea-plugin url="https://github.com/JetBrains/Grammar-Kit" version="2">
1+
<idea-plugin url="https://github.com/JetBrains/Grammar-Kit">
22
<id>org.jetbrains.idea.grammar</id>
3-
<version>1.5.2-SNAPSHOT</version>
3+
<version>1.5.2</version>
44
<vendor email="[email protected]">Greg Shrago</vendor>
5-
<idea-version since-build="162.2525" until-build="173.*"/>
5+
<idea-version since-build="171" until-build="173.*"/>
66

77
<name>Grammar-Kit</name>
88
<description>BNF Grammars and JFlex lexers editor. Readable parser/PSI code generator.</description>

0 commit comments

Comments
 (0)