From 873f32942db5f9683ac8aa94755b2a3280554e92 Mon Sep 17 00:00:00 2001 From: Roberto Aloi Date: Wed, 26 Feb 2020 22:02:14 +0100 Subject: [PATCH] Fix version according to the marketplace expectations --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b34b9a5..750f20a 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/package.json b/package.json index 3b147ae..5e5d766 100644 --- a/package.json +++ b/package.json @@ -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": [