Skip to content

Commit

Permalink
Preparing 3.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zbynek committed Nov 15, 2024
1 parent 15d9098 commit 3a936c1
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 @@ -12,7 +12,7 @@ To use the Gradle Plugins DSL, add the following lines to your `build.gradle` sc

```gradle
plugins {
id "org.javacc.javacc" version "3.0.2"
id "org.javacc.javacc" version "3.0.3"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

allprojects {
group = 'org.javacc.plugin'
version = '3.0.2'
version = '3.0.3'
}

defaultTasks 'clean', ':javacc-gradle-plugin:build'
Expand Down

0 comments on commit 3a936c1

Please # to comment.