Skip to content

Commit

Permalink
(docs) refer to 0.4.2 in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-pelykh committed Jun 26, 2024
1 parent f5a5093 commit a6b99b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ Add the following dependencies to your `pom.xml` file:
<dependency>
<groupId>org.pcre4j</groupId>
<artifactId>regex</artifactId>
<version>0.4.1</version>
<version>0.4.2</version>
</dependency>
<dependency>
<groupId>org.pcre4j</groupId>
<!-- TODO: Select one of the following artifacts corresponding to the backend you want to use -->
<artifactId>jna</artifactId>
<!-- <artifactId>ffm</artifactId> -->
<version>0.4.1</version>
<version>0.4.2</version>
</dependency>
</dependencies>
```
Expand Down Expand Up @@ -80,14 +80,14 @@ Add the following dependencies to your `pom.xml` file:
<dependency>
<groupId>org.pcre4j</groupId>
<artifactId>lib</artifactId>
<version>0.4.1</version>
<version>0.4.2</version>
</dependency>
<dependency>
<groupId>org.pcre4j</groupId>
<!-- TODO: Select one of the following artifacts corresponding to the backend you want to use -->
<artifactId>jna</artifactId>
<!-- <artifactId>ffm</artifactId> -->
<version>0.4.1</version>
<version>0.4.2</version>
</dependency>
</dependencies>
```
Expand Down Expand Up @@ -145,7 +145,7 @@ Add the following dependencies to your `pom.xml` file:
<!-- TODO: Select one of the following artifacts corresponding to the backend you want to use -->
<artifactId>jna</artifactId>
<!-- <artifactId>ffm</artifactId> -->
<version>0.4.1</version>
<version>0.4.2</version>
</dependency>
</dependencies>
```
Expand Down

0 comments on commit a6b99b3

Please sign in to comment.