Skip to content

Commit

Permalink
prepare 2.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jfree committed Feb 12, 2023
1 parent eaeb104 commit c2b4bff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FXGraphics2D
============

Version 2.1.3, 23 January 2022.
Version 2.1.4, 12 February 2023.

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.jfree/org.jfree.fxgraphics2d/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.jfree/org.jfree.fxgraphics2d)

Expand Down Expand Up @@ -36,7 +36,7 @@ To include `FXGraphics2D` in your own project, add the following Maven dependenc
<dependency>
<groupId>org.jfree</groupId>
<artifactId>org.jfree.fxgraphics2d</artifactId>
<version>2.1.3</version>
<version>2.1.4</version>
</dependency>

Build
Expand Down Expand Up @@ -97,7 +97,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

History
-------
##### not yet released : Version 2.1.4
##### 12-Feb-2023 : Version 2.1.4
- fixed clip handling with child Graphics2D.create() (PR #11 by Laurent Bourgès)
- fix bug in drawArc()/fillArc()
- set JavaFX dependency to version 19
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>org.jfree</groupId>
<artifactId>org.jfree.fxgraphics2d</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
<packaging>jar</packaging>

<name>FXGraphics2D</name>
Expand Down

0 comments on commit c2b4bff

Please sign in to comment.