From ecffdd4bb40de973c338279ae0d3374101285276 Mon Sep 17 00:00:00 2001 From: Eric Traut Date: Sat, 23 Mar 2019 21:55:32 -0700 Subject: [PATCH] Published 1.0.1. --- client/package.json | 2 +- package.json | 2 +- server/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/package.json b/client/package.json index 1f6505a01f4b..2a99f3a4375b 100644 --- a/client/package.json +++ b/client/package.json @@ -2,7 +2,7 @@ "name": "pyright", "displayName": "Pyright", "description": "VS Code language support and type checking for Python", - "version": "1.0.0", + "version": "1.0.1", "licensce": "MIT", "author": { "name": "Microsoft Corporation" diff --git a/package.json b/package.json index ead0ac413817..d088d1c0fb7b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "pyright", "displayName": "Pyright", "description": "VS Code language support and type checking for Python", - "version": "1.0.0", + "version": "1.0.1", "scripts": { "postinstall": "cd server && npm install && cd ../client && npm install && cd ..", "build": "npm run build:client && npm run build:server", diff --git a/server/package.json b/server/package.json index 384d6c3cf594..98c97eef5ba8 100644 --- a/server/package.json +++ b/server/package.json @@ -2,7 +2,7 @@ "name": "pyright", "displayName": "pyright", "description": "Linter and type checker for the Python language", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "scripts": { "start": "npm run start:analyzer && npm run start:server",