Skip to content

Commit 7dac4eb

Browse files
committed
Set new version number: 1.3.21
1 parent 3aba424 commit 7dac4eb

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ OpenPDF is a Java library for creating and editing PDF files with a LGPL and MPL
44

55
[![Build Status](https://travis-ci.org/LibrePDF/OpenPDF.svg?branch=master)](https://travis-ci.org/LibrePDF/OpenPDF) [![Join the chat at https://gitter.im/LibrePDF/OpenPDF](https://badges.gitter.im/LibrePDF/OpenPDF.svg)](https://gitter.im/LibrePDF/OpenPDF) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.librepdf/openpdf/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.librepdf/openpdf) [![License (LGPL version 3.0)](https://img.shields.io/badge/license-GNU%20LGPL%20version%203.0-blue.svg?style=flat-square)](http://opensource.org/licenses/LGPL-3.0) [![License (MPL)](https://img.shields.io/badge/license-Mozilla%20Public%20License-yellow.svg?style=flat-square)](http://opensource.org/licenses/MPL-2.0)
66

7-
## OpenPDF version 1.3.20 released 2020-06-24 ##
8-
Get version 1.3.20 here - https://github.com/LibrePDF/OpenPDF/releases/tag/1.3.20
7+
## OpenPDF version 1.3.21 released 2020-09-10 ##
8+
Get version 1.3.21 here - https://github.com/LibrePDF/OpenPDF/releases/tag/1.3.21
99

1010
- [Previous releases](https://github.com/LibrePDF/OpenPDF/releases)
1111

@@ -16,7 +16,7 @@ Add this to your pom.xml file to use the latest version of OpenPDF:
1616
<dependency>
1717
<groupId>com.github.librepdf</groupId>
1818
<artifactId>openpdf</artifactId>
19-
<version>1.3.20</version>
19+
<version>1.3.21</version>
2020
</dependency>
2121

2222
## License ##

openpdf-fonts-extra/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>openpdf-parent</artifactId>
77
<groupId>com.github.librepdf</groupId>
8-
<version>1.3.21-SNAPSHOT</version>
8+
<version>1.3.21</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

openpdf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.librepdf</groupId>
88
<artifactId>openpdf-parent</artifactId>
9-
<version>1.3.21-SNAPSHOT</version>
9+
<version>1.3.21</version>
1010
</parent>
1111

1212
<artifactId>openpdf</artifactId>

pdf-swing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.librepdf</groupId>
88
<artifactId>openpdf-parent</artifactId>
9-
<version>1.3.21-SNAPSHOT</version>
9+
<version>1.3.21</version>
1010
</parent>
1111

1212
<artifactId>pdf-swing</artifactId>

pdf-toolbox/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.librepdf</groupId>
88
<artifactId>openpdf-parent</artifactId>
9-
<version>1.3.21-SNAPSHOT</version>
9+
<version>1.3.21</version>
1010
</parent>
1111

1212
<artifactId>pdf-toolbox</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.github.librepdf</groupId>
77
<artifactId>openpdf-parent</artifactId>
88
<packaging>pom</packaging>
9-
<version>1.3.21-SNAPSHOT</version>
9+
<version>1.3.21</version>
1010

1111
<licenses>
1212
<license>

0 commit comments

Comments
 (0)