Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohith Shrivastava committed Feb 16, 2020
1 parent f7c282a commit e4995e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dx-code-companion",
"displayName": "SalesforceDX Code Companion",
"description": "An extension that works alongside the Salesforce Extensions for Vscode with faster apex,vf and aura components save performance",
"version": "0.3.11",
"version": "0.4.0",
"publisher": "MohithShrivastava",
"engines": {
"vscode": "^1.30.0"
Expand Down Expand Up @@ -166,9 +166,9 @@
],
"extension/context": [
{
"command": "extension.installplugin",
"group": "2_configure",
"when": "extensionStatus==installed"
"command": "extension.installplugin",
"group": "2_configure",
"when": "extensionStatus==installed"
}
]
},
Expand Down

0 comments on commit e4995e9

Please sign in to comment.