diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 48ec877..363aa12 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,4 +1,8 @@ -# Abacus Release 0.0.6 +# Abacus Release 0.0.7 +1. Fix SetOuterHTML function +2. Fix demo + +# Abacus Release 0.0.6 2022-01-06 18:16:07 1. Fix style/script injection in DOM2HTML 2. Small fixes 3. Require specifying FQP for handlers diff --git a/acre.config b/acre.config index 5792167..cc9db7a 100644 --- a/acre.config +++ b/acre.config @@ -14,5 +14,5 @@ "ProjectSpace": "#.Abacus", "StartUp": "", "URL": "https://github.com/the-carlisle-group/Abacus", - "Version": "0.0.6" + "Version": "0.0.7" }