From 9ea83a220f9897bda119c084f1216e629bb145eb Mon Sep 17 00:00:00 2001 From: Florent BENOIT Date: Wed, 2 Dec 2020 17:02:55 +0100 Subject: [PATCH] Update package.json (#13) sets the publisher to the correct value and bump the version that will be the next version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index db37a60..edf7508 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omnisharp-theia-plugin", - "publisher": "theia", + "publisher": "redhat-developer", "keywords": [ "theia-plugin" ], @@ -12,7 +12,7 @@ "categories": [ "Programming Languages" ], - "version": "0.0.1", + "version": "0.0.8", "license": "EPL-2.0", "files": [ "src"