Skip to content

Commit 866c88b

Browse files
committed
(docs) refer to 0.4.3 in README.md
1 parent c411153 commit 866c88b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ Add the following dependencies to your `pom.xml` file:
2828
<dependency>
2929
<groupId>org.pcre4j</groupId>
3030
<artifactId>regex</artifactId>
31-
<version>0.4.2</version>
31+
<version>0.4.3</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.pcre4j</groupId>
3535
<!-- TODO: Select one of the following artifacts corresponding to the backend you want to use -->
3636
<artifactId>jna</artifactId>
3737
<!-- <artifactId>ffm</artifactId> -->
38-
<version>0.4.2</version>
38+
<version>0.4.3</version>
3939
</dependency>
4040
</dependencies>
4141
```
@@ -80,14 +80,14 @@ Add the following dependencies to your `pom.xml` file:
8080
<dependency>
8181
<groupId>org.pcre4j</groupId>
8282
<artifactId>lib</artifactId>
83-
<version>0.4.2</version>
83+
<version>0.4.3</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>org.pcre4j</groupId>
8787
<!-- TODO: Select one of the following artifacts corresponding to the backend you want to use -->
8888
<artifactId>jna</artifactId>
8989
<!-- <artifactId>ffm</artifactId> -->
90-
<version>0.4.2</version>
90+
<version>0.4.3</version>
9191
</dependency>
9292
</dependencies>
9393
```
@@ -145,7 +145,7 @@ Add the following dependencies to your `pom.xml` file:
145145
<!-- TODO: Select one of the following artifacts corresponding to the backend you want to use -->
146146
<artifactId>jna</artifactId>
147147
<!-- <artifactId>ffm</artifactId> -->
148-
<version>0.4.2</version>
148+
<version>0.4.3</version>
149149
</dependency>
150150
</dependencies>
151151
```

0 commit comments

Comments
 (0)