Skip to content

Commit

Permalink
Published 1.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
msfterictraut committed Feb 15, 2020
1 parent 679102a commit 3661fe3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 static type checking for Python",
"version": "1.1.21",
"version": "1.1.22",
"license": "MIT",
"author": {
"name": "Microsoft Corporation"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "Type checker for the Python language",
"version": "1.1.21",
"version": "1.1.22",
"license": "MIT",
"author": {
"name": "Microsoft Corporation"
Expand Down
2 changes: 1 addition & 1 deletion server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-server",
"displayName": "pyright",
"description": "Type checker for the Python language",
"version": "1.1.21",
"version": "1.1.22",
"license": "MIT",
"scripts": {
"start": "npm run start:serverDebug && npm run start:server",
Expand Down

0 comments on commit 3661fe3

Please sign in to comment.