Skip to content

Commit

Permalink
Merge pull request #52 from getporter/fix-version-detection
Browse files Browse the repository at this point in the history
Fix version detection of package
  • Loading branch information
carolynvs committed Nov 9, 2021
2 parents 1e64b22 + d744145 commit 8c6686a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "porter-vscode",
"displayName": "Porter",
"description": "Package your application artifact, client tools, configuration and deployment logic together as a versioned bundle that you can distribute, and then install with a single command",
"version": "0.0.3",
"description": "Package your application artifact, client tools, configuration and deployment logic together as a versioned bundle that you can distribute, and then install with a single command",
"preview": true,
"publisher": "getporter",
"icon": "resources/porter.png",
Expand Down

0 comments on commit 8c6686a

Please sign in to comment.