From 835ece354d6d7d1672a5207ba5a4fa13f271db4c Mon Sep 17 00:00:00 2001 From: PaulMansour Date: Wed, 4 May 2022 11:59:24 -0600 Subject: [PATCH] Release 0.0.11 --- ReleaseNotes.md | 6 +++++- acre.config | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index fd3ac47..332630c 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,4 +1,8 @@ -# Abacus Release 0.0.10 +# Abacus Release 0.0.11 +1. Fix to NewHTMLRenderer function +2. Fix modal form + +# Abacus Release 0.0.10 2022-04-19 11:40:13 1. Move location of WebSocketID storage from Document to HTMLRenderer 2. Fix typo diff --git a/acre.config b/acre.config index 91f9ed2..a0ef7aa 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.10" + "Version": "0.0.11" }