Skip to content

Commit

Permalink
v1.0.1 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyfrehr committed Apr 22, 2024
1 parent db72afd commit 44757c4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ APIs are available for the following Xpdf functions (with more to come):
<dependency>
<groupId>io.xpdf</groupId>
<artifactId>pdf-text-api</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
----

Expand All @@ -45,7 +45,7 @@ APIs are available for the following Xpdf functions (with more to come):
<dependency>
<groupId>io.xpdf</groupId>
<artifactId>pdf-text-api-spring-boot-starter</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
----

Expand Down
2 changes: 1 addition & 1 deletion common-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.xpdf</groupId>
<artifactId>xpdf-api-parent</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>common-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pdf-text-api-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.xpdf</groupId>
<artifactId>xpdf-api-parent</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>pdf-text-api-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pdf-text-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.xpdf</groupId>
<artifactId>xpdf-api-parent</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>pdf-text-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.xpdf</groupId>
<artifactId>xpdf-api-parent</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 44757c4

Please sign in to comment.