Skip to content

Commit

Permalink
2019.3.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsh committed Oct 10, 2019
1 parent 197a937 commit 7aecfcd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2019.3

* Compatibility: IntelliJ IDEA 2019.3 EAP

2019.1.1

* Generator: overridable parse_root_ and static parse_root_ methods
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# https://www.jetbrains.com/intellij-repository/releases
# https://www.jetbrains.com/intellij-repository/snapshots

version=2019.3-SNAPSHOT
version=2019.3.1-SNAPSHOT
ideaVersion=193.3519.25-EAP-SNAPSHOT
javaVersion=1.8

Expand Down
4 changes: 2 additions & 2 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<idea-plugin url="https://github.com/JetBrains/Grammar-Kit">
<id>org.jetbrains.idea.grammar</id>
<version>2019.3-SNAPSHOT</version>
<version>2019.3.1-SNAPSHOT</version>
<vendor>JetBrains</vendor>
<idea-version since-build="193.3519"/>

Expand All @@ -14,7 +14,7 @@
<change-notes>
<![CDATA[
<ul>
<li>Compatibility: IntelliJ IDEA 2019.3</li>
<li>Compatibility: IntelliJ IDEA 2019.3 EAP</li>
</ul>
<a href="https://github.com/JetBrains/Grammar-Kit/blob/master/CHANGELOG.md">Full change log...</a>
]]>
Expand Down

0 comments on commit 7aecfcd

Please sign in to comment.