diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ab9175..60e9478 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -# Version 0.7.1 +# Version 0.7.3 + +Fixes typos in documentation. + +# Version 0.7.2 Fixes README.md formatting to display correctly on the Visual Studio Marketplace web-site. diff --git a/README.md b/README.md index c2a3c5f..73b3254 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ I'm trying, believe me! ## Quickstart -Make sure [Leiningen](https://leiningen.org/) is installed on your machine, open a Clojure file or project, wait until the extension, wait until the extension will start and connect to nREPL and enjoy :-) +Make sure that [Leiningen](https://leiningen.org/) is installed on your machine, open a Clojure file or project, wait until the extension will start nREPL and connect to it - now all the goodies should work :-) ## Supported Features diff --git a/package.json b/package.json index df52114..1f4244d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "clojure", "displayName": "Clojure", "description": "Clojure nREPL support for Visual Studio Code", - "version": "0.7.2", + "version": "0.7.3", "publisher": "avli", "author": { "name": "Andrey Lisin",