Updated version to 0.0.3.

This commit is contained in:
Achim D. Brucker 2018-06-08 13:44:22 +01:00
parent ec733715c1
commit 57fcdd3652
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ import scala.util.matching.Regex
import scala.annotation.tailrec
object DofConverter {
val version = "0.0.2"
val version = "0.0.3"
val sep=RAWTEXT("%\n")
def deMarkUpArgList(tokens: List[LaTeXToken]): List[LaTeXToken] = {