Skip to content

Commit

Permalink
(docs) change version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-pelykh committed Jun 21, 2024
1 parent 01e79e2 commit d68a7a6
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 @@ -27,14 +27,14 @@ Add the following dependencies to your `pom.xml` file:
<dependency>
<groupId>org.pcre4j</groupId>
<artifactId>regex</artifactId>
<version>0.0.0</version>
<version>0.1.0</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.0.0</version>
<version>0.1.0</version>
</dependency>
</dependencies>
```
Expand Down Expand Up @@ -76,14 +76,14 @@ Add the following dependencies to your `pom.xml` file:
<dependency>
<groupId>org.pcre4j</groupId>
<artifactId>lib</artifactId>
<version>0.0.0</version>
<version>0.1.0</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.0.0</version>
<version>0.1.0</version>
</dependency>
</dependencies>
```
Expand Down Expand Up @@ -136,7 +136,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.0.0</version>
<version>0.1.0</version>
</dependency>
</dependencies>
```
Expand Down

0 comments on commit d68a7a6

Please sign in to comment.