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" }