Skip to content

Commit

Permalink
Version 1.2.1 set
Browse files Browse the repository at this point in the history
  • Loading branch information
asturio committed Oct 5, 2021
1 parent 5001b7c commit dc0efa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ OpenRTF is a Java library for creating and editing RTF (Rich Text Format) files
OpenRTF is branched out of OpenPDF - https://github.com/LibrePDF/OpenPDF

[![Java CI](https://github.com/LibrePDF/OpenRTF/actions/workflows/maven.yml/badge.svg)](https://github.com/LibrePDF/OpenRTF/actions/workflows/maven.yml)
[![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 (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)


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

## Contributing ##
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.librepdf</groupId>
<packaging>jar</packaging>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<artifactId>openrtf</artifactId>

<name>OpenRTF</name>
Expand Down

0 comments on commit dc0efa4

Please sign in to comment.