Skip to content

Commit

Permalink
Published 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
msfterictraut committed Mar 24, 2019
1 parent d5560b6 commit ecffdd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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": "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",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ecffdd4

Please sign in to comment.