Skip to content

Commit

Permalink
Update RichTextFX dependency, added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
twalcari committed Oct 22, 2015
1 parent 27b08c3 commit 5eb41e9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

## [2.0.1] - 2015-10-22
- Update of RichTextFX dependency to v0.6.10

## [2.0.0] - 2015-06-15
- Initial release of Java 8 version


[2.0.1]: https://github.com/twalcari/java-prettify/releases/tag/v2.0.1
[2.0.0]: https://github.com/twalcari/java-prettify/releases/tag/v2.0.0
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.twalcari</groupId>
<artifactId>java-prettify</artifactId>
<packaging>jar</packaging>
<version>2.0.0</version>
<version>2.0.1</version>
<name>Java Prettify</name>
<description>Java Port of Google's Code Prettify</description>
<url>https://github.com/twalcari/java-prettify</url>
Expand Down Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>org.fxmisc.richtext</groupId>
<artifactId>richtextfx</artifactId>
<version>0.6.4</version>
<version>0.6.10</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
Expand Down

0 comments on commit 5eb41e9

Please sign in to comment.