Skip to content

Commit

Permalink
Forgot to inc the version to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-uk committed Sep 24, 2019
1 parent 359ea3f commit e7e967e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "armview",
"displayName": "ARM Template Viewer",
"description": "Graphically display ARM templates in an interactive map view",
"version": "0.0.6",
"version": "0.0.7",
"icon": "assets/img/icons/main.png",
"publisher": "bencoleman",
"author": {
Expand All @@ -19,7 +19,7 @@
"azure"
],
"engines": {
"vscode": "^1.38.0"
"vscode": "^1.31.0"
},
"categories": [
"Programming Languages",
Expand Down Expand Up @@ -94,7 +94,7 @@
},
"devDependencies": {
"@types/node": "^10.5.2",
"@types/vscode": "^1.38.0",
"@types/vscode": "^1.30.0",
"jsonlint": "^1.6.3",
"strip-bom": "^3.0.0",
"ts-loader": "^6.1.2",
Expand Down

0 comments on commit e7e967e

Please sign in to comment.