From c699beb9f50a8262337e904315d6acd9e67012f3 Mon Sep 17 00:00:00 2001 From: Foorack Date: Sat, 18 Apr 2020 01:18:16 +0200 Subject: [PATCH] Prepare for release of v0.2.0 --- UdonXML.cs | 1 + version.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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