Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bmewburn committed Dec 6, 2019
1 parent 206688e commit df0e371
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"email": "[email protected]"
},
"license": "SEE LICENSE IN LICENSE.txt",
"version": "1.3.1",
"version": "1.3.2",
"publisher": "bmewburn",
"engines": {
"vscode": "^1.37.0"
Expand Down Expand Up @@ -491,7 +491,7 @@
},
"intelephense.licenceKey": {
"type": "string",
"description": "Enter your intelephense licence key here to access premium features.",
"description": "DEPRECATED. Don't use this. Go to command palette and search for enter licence key.",
"scope": "application"
},
"intelephense.telemetry.enabled": {
Expand Down Expand Up @@ -657,7 +657,7 @@
},
"dependencies": {
"fs-extra": "^8.1.0",
"intelephense": "^1.3.1",
"intelephense": "^1.3.2",
"semver": "^6.3.0",
"vscode-languageclient": "^5.3.0-next.6"
},
Expand Down
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { createMiddleware, IntelephenseMiddleware } from './middleware';
import * as fs from 'fs-extra';

const PHP_LANGUAGE_ID = 'php';
const VERSION = '1.3.1';
const VERSION = '1.3.2';
const INDEXING_STARTED_NOTIFICATION = new NotificationType('indexingStarted');
const INDEXING_ENDED_NOTIFICATION = new NotificationType('indexingEnded');
const CANCEL_INDEXING_REQUEST = new RequestType('cancelIndexing');
Expand Down

0 comments on commit df0e371

Please sign in to comment.