Skip to content

Commit

Permalink
Fix version according to the marketplace expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoaloi committed Feb 26, 2020
1 parent 59f65cc commit 873f329
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ Focus on what's important, fold the rest.

## Changelog

### 0.1.0-a
### 0.1.0.0

Extension:

- Switch to a different version schema (Erlang LS version + letter)
- Switch to a different version schema (Erlang LS version + Extension version)

Server:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "erlang-ls",
"displayName": "Erlang LS",
"version": "0.1.0-a",
"version": "0.1.0.0",
"publisher": "erlang-ls",
"description": "The Visual Studio Code Extension for the Erlang Language Server",
"categories": [
Expand Down

0 comments on commit 873f329

Please sign in to comment.