Added AnsiEscapeCodeSequence: better support for ANSI Escape codes.

This commit is contained in:
Jonathan Bernard
2016-02-10 01:55:55 -06:00
parent dcef7512ce
commit bbef072f8b
2 changed files with 150 additions and 1 deletions

View File

@ -14,7 +14,7 @@ apply plugin: "ch.raffael.pegdown-doclet"
apply plugin: "maven"
group = "com.jdbernard"
version = "4.2"
version = "4.3"
repositories {
mavenLocal()