Skip to content

Commit

Permalink
chore: upgrade to ANTLR 4.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bjansen committed Sep 12, 2024
1 parent deff63a commit 9e72fd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ An [IntelliJ](https://www.jetbrains.com/idea/) 2022.3+ plugin for ANTLR v4 ([plu

[Plugin page at JetBrains Marketplace](http://plugins.jetbrains.com/plugin/7358?pr=idea)

This plugin is for ANTLR v4 grammars and includes ANTLR 4.13.1. Works with
This plugin is for ANTLR v4 grammars and includes ANTLR 4.13.2. Works with
IntelliJ IDEA and other IntelliJ-based IDEs.

## Features:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ideaVersion=IC-2022.3
#ideaVersion=IC-2023.1

# The version of ANTLR v4 that will be used to generate the parser
antlr4Version=4.13.1
antlr4Version=4.13.2

# Lower platform version supported by this build. Leave empty to keep the default value in plugin.xml.
sinceBuildVersion=
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<description><![CDATA[
<p>
This plugin is for ANTLR v4 grammars and includes ANTLR 4.13.1. It works with
This plugin is for ANTLR v4 grammars and includes ANTLR 4.13.2. It works with
2022.3 and above. It should work in other JetBrains IDEs.
</p>
Expand Down

0 comments on commit 9e72fd9

Please sign in to comment.