From e10f7d4b4778e8d674e82b21500b6120aac6384a Mon Sep 17 00:00:00 2001 From: Josh David <31487826+JoshDavid@users.noreply.github.com> Date: Tue, 29 Jun 2021 21:56:06 -0400 Subject: [PATCH] Release 0.0.2 --- ReleaseNotes.md | 8 +++++++- acre.config | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 6a4a8cb..9e8b56a 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,4 +1,10 @@ -# SQL-Browser Release 0.0.1 +# SQL-Browser Release 0.0.2 +1. Wait cursor changes +2. Set wait cursor on DB Connect (Issue #4) +3. Create .gitattributes +4. Update README.md + +# SQL-Browser Release 0.0.1 2021-06-22 01:31:45 # SQL-Browser Release 0.0.0 2021-06-22 01:27:56 1. Find Application Directory for Dado and Link diff --git a/acre.config b/acre.config index cdaf693..cd7109d 100644 --- a/acre.config +++ b/acre.config @@ -17,5 +17,5 @@ "ProjectSpace": "#.DBViewer", "StartUp": "", "URL": "https://github.com/JoshDavid/SQL-Browser", - "Version": "0.0.1" + "Version": "0.0.2" }