diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 94d7d90..7368512 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,4 +1,6 @@ -# Abacus Release 0.0.8 +# Abacus Release 0.0.9 + +# Abacus Release 0.0.8 2022-03-12 14:14:55 1. Fix calls to NewDocument wrt right argument 2. Fix markdown links 3. Initialize websocket on page load diff --git a/acre.config b/acre.config index 6388f98..3f0d0e9 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.8" + "Version": "0.0.9" }