diff --git a/UdonXML.cs b/UdonXML.cs index e1447e8..98ac74d 100644 --- a/UdonXML.cs +++ b/UdonXML.cs @@ -30,6 +30,7 @@ * 0.1.1: 2020-04-12; Added support for !DOCTYPE, thereby allowing HTML to be parsed. * 0.1.2: 2020-04-12; Many parsing issues fixed. Now possible to export XML data. * 0.1.3: 2020-04-12; Added ability to change values and create/delete attributes and child nodes. + * 0.2.0: 2020-04-18; Better handle HTML input, especially regarding comments and certain self-closing HTML tags. * */ diff --git a/version.txt b/version.txt index 7693c96..341cf11 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.3 \ No newline at end of file +0.2.0 \ No newline at end of file