diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 7368512..fd3ac47 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,4 +1,8 @@ -# Abacus Release 0.0.9 +# Abacus Release 0.0.10 +1. Move location of WebSocketID storage from Document to HTMLRenderer +2. Fix typo + +# Abacus Release 0.0.9 2022-03-12 15:09:21 # Abacus Release 0.0.8 2022-03-12 14:14:55 1. Fix calls to NewDocument wrt right argument diff --git a/acre.config b/acre.config index 3f0d0e9..91f9ed2 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.9" + "Version": "0.0.10" }