Skip to content

Commit 45320b4

Browse files
committed
Bump to 2.4.1
1 parent 6668ab3 commit 45320b4

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ file:
3838
<dependency>
3939
<groupId>com.github.petitparser</groupId>
4040
<artifactId>petitparser-core</artifactId>
41-
<version>2.4.0</version>
41+
<version>2.4.1</version>
4242
</dependency>
4343
```
4444

@@ -48,7 +48,7 @@ To also include the example grammars, use the following dependency:
4848
<dependency>
4949
<groupId>com.github.petitparser</groupId>
5050
<artifactId>petitparser</artifactId>
51-
<version>2.4.0</version>
51+
<version>2.4.1</version>
5252
</dependency>
5353
```
5454

@@ -73,7 +73,7 @@ To depend on the core library, add the following dependency:
7373
<dependency>
7474
<groupId>com.github.petitparser.java-petitparser</groupId>
7575
<artifactId>petitparser-core</artifactId>
76-
<version>2.4.0</version>
76+
<version>2.4.1</version>
7777
</dependency>
7878
```
7979

@@ -83,7 +83,7 @@ To also include the example grammars, use the following dependency:
8383
<dependency>
8484
<groupId>com.github.petitparser</groupId>
8585
<artifactId>java-petitparser</artifactId>
86-
<version>2.4.0</version>
86+
<version>2.4.1</version>
8787
</dependency>
8888
```
8989

petitparser-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.github.petitparser</groupId>
99
<artifactId>petitparser</artifactId>
10-
<version>2.4.0</version>
10+
<version>2.4.1</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

petitparser-json/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.github.petitparser</groupId>
99
<artifactId>petitparser</artifactId>
10-
<version>2.4.0</version>
10+
<version>2.4.1</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.github.petitparser</groupId>
2121
<artifactId>petitparser-core</artifactId>
22-
<version>2.4.0</version>
22+
<version>2.4.1</version>
2323
</dependency>
2424
</dependencies>
2525
</project>

petitparser-smalltalk/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.github.petitparser</groupId>
99
<artifactId>petitparser</artifactId>
10-
<version>2.4.0</version>
10+
<version>2.4.1</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.github.petitparser</groupId>
2121
<artifactId>petitparser-core</artifactId>
22-
<version>2.4.0</version>
22+
<version>2.4.1</version>
2323
</dependency>
2424
</dependencies>
2525
</project>

petitparser-xml/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.github.petitparser</groupId>
99
<artifactId>petitparser</artifactId>
10-
<version>2.4.0</version>
10+
<version>2.4.1</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.github.petitparser</groupId>
2121
<artifactId>petitparser-core</artifactId>
22-
<version>2.4.0</version>
22+
<version>2.4.1</version>
2323
</dependency>
2424
</dependencies>
2525
</project>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>com.github.petitparser</groupId>
1515
<artifactId>petitparser</artifactId>
16-
<version>2.4.0</version>
16+
<version>2.4.1</version>
1717
<packaging>pom</packaging>
1818

1919
<name>PetitParser</name>

0 commit comments

Comments
 (0)