Skip to content

Commit

Permalink
Release 2021.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hurricup committed Apr 13, 2021
1 parent d6c966d commit 4f49974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ NB: plugin does not support two-pass generation, therefore does not suport metho

```groovy
plugins {
id "org.jetbrains.grammarkit" version "2021.1"
id "org.jetbrains.grammarkit" version "2021.1.1"
}
apply plugin: 'org.jetbrains.grammarkit'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
implementation localGroovy()
}

version = '2021.1'
version = '2021.1.1'
group = 'org.jetbrains.intellij.plugins'
description = "This plugin allows you to generate lexers using JetBrains patched JFLex and parsers using Grammar-Kit."
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 4f49974

Please sign in to comment.