Skip to content

Commit dc0efa4

Browse files
committed
Version 1.2.1 set
1 parent 5001b7c commit dc0efa4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ OpenRTF is a Java library for creating and editing RTF (Rich Text Format) files
55
OpenRTF is branched out of OpenPDF - https://github.com/LibrePDF/OpenPDF
66

77
[![Java CI](https://github.com/LibrePDF/OpenRTF/actions/workflows/maven.yml/badge.svg)](https://github.com/LibrePDF/OpenRTF/actions/workflows/maven.yml)
8-
[![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)
8+
[![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)
99
[![License (MPL)](https://img.shields.io/badge/license-Mozilla%20Public%20License-yellow.svg?style=flat-square)](http://opensource.org/licenses/MPL-2.0)
1010

1111

@@ -15,7 +15,7 @@ Add this to your pom.xml file to use the latest version of OpenRTF:
1515
<dependency>
1616
<groupId>com.github.librepdf</groupId>
1717
<artifactId>openrtf</artifactId>
18-
<version>1.2.0</version>
18+
<version>1.2.1</version>
1919
</dependency>
2020

2121
## Contributing ##

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.librepdf</groupId>
77
<packaging>jar</packaging>
8-
<version>1.2.1-SNAPSHOT</version>
8+
<version>1.2.1</version>
99
<artifactId>openrtf</artifactId>
1010

1111
<name>OpenRTF</name>

0 commit comments

Comments
 (0)