Skip to content

Commit

Permalink
Prepare release 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jfree committed Oct 3, 2020
1 parent 9652e91 commit 677aa5b
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.0, 27 February 2020.
Version 2.1, 3 October 2020.

[![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 @@ -38,7 +38,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.0</version>
<version>2.1</version>
</dependency>

Build
Expand Down Expand Up @@ -104,7 +104,7 @@ If you have feedback about the `FXGraphics2D` library, please visit the forum at

History
-------
##### not-yet-released : Version 2.1
##### 3-Oct-2020 : Version 2.1
- update JavaFX dependencies to version 15;
- migrated tests to JUnit 5.

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-SNAPSHOT</version>
<version>2.1</version>
<packaging>jar</packaging>

<name>FXGraphics2D</name>
Expand Down

0 comments on commit 677aa5b

Please sign in to comment.