Skip to content

Commit

Permalink
Update readme, changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
avli committed Jul 17, 2017
1 parent 304105f commit 17505b9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Version 0.7.1

Fixes README.md formatting to display correctly on the Visual Studio Marketplace web-site.

# Version 0.7.1

Fixes the links to the images in README.md.

# Version 0.7.0
Expand Down
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +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 [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 :-)

## Supported Features

Expand All @@ -33,11 +31,7 @@ will start and connect to nREPL and enjoy :-)

## How to Contribute

Open an [issue](https://github.com/avli/clojureVSCode/issues) if you want to
propose new features and ideas or to report bugs. If you want to help with some
code and looking for a place to start, please check out the
[How to Contribute](https://github.com/avli/clojureVSCode/wiki/Contribution)
wiki page.
Open an [issue](https://github.com/avli/clojureVSCode/issues) if you want to propose new features and ideas or to report bugs. If you want to help with some code and looking for a place to start, please check out the [How to Contribute](https://github.com/avli/clojureVSCode/wiki/Contribution) wiki page.

## Thanks

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "clojure",
"displayName": "Clojure",
"description": "Clojure nREPL support for Visual Studio Code",
"version": "0.7.1",
"version": "0.7.2",
"publisher": "avli",
"author": {
"name": "Andrey Lisin",
Expand Down

0 comments on commit 17505b9

Please sign in to comment.