Skip to content

Commit ee35d07

Browse files
committed
Bump version to 4.0.3
1 parent 45d00e9 commit ee35d07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To use the Gradle Plugins DSL, add the following lines to your `build.gradle` sc
1212

1313
```gradle
1414
plugins {
15-
id "org.javacc.javacc" version "4.0.1"
15+
id "org.javacc.javacc" version "4.0.3"
1616
}
1717
```
1818

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
allprojects {
88
group = 'org.javacc.plugin'
9-
version = '4.0.1'
9+
version = '4.0.3'
1010
}
1111

1212
defaultTasks 'clean', ':javacc-gradle-plugin:build'

0 commit comments

Comments
 (0)