Skip to content

Commit

Permalink
Published 1.0.47.
Browse files Browse the repository at this point in the history
  • Loading branch information
msfterictraut committed Jul 19, 2019
1 parent 1ca24e0 commit 53a5a16
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
Expand Up @@ -2,7 +2,7 @@
"name": "pyright",
"displayName": "Pyright",
"description": "VS Code static type checking for Python",
"version": "1.0.46",
"version": "1.0.47",
"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
Expand Up @@ -2,7 +2,7 @@
"name": "pyright",
"displayName": "Pyright",
"description": "Type checker for the Python language",
"version": "1.0.46",
"version": "1.0.47",
"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
Expand Up @@ -2,7 +2,7 @@
"name": "pyright-server",
"displayName": "pyright",
"description": "Type checker for the Python language",
"version": "1.0.46",
"version": "1.0.47",
"license": "MIT",
"scripts": {
"start": "npm run start:analyzer && npm run start:server",
Expand Down

0 comments on commit 53a5a16

Please sign in to comment.