Skip to content

Commit

Permalink
Bump patch version for new publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ejizba committed Oct 17, 2017
1 parent 37f5ab0 commit d6273ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions appservice/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-azureappservice",
"author": "Microsoft Corporation",
"version": "0.1.0",
"version": "0.1.1",
"description": "Common tools for developing Azure App Service extensions for VS Code",
"tags": [
"azure",
Expand Down Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"archiver": "^2.0.3",
"azure-arm-website": "^1.0.0-preview",
"vscode-azurekudu": "0.1.0",
"vscode-azurekudu": "^0.1.1",
"ms-rest": "^2.2.2",
"ms-rest-azure": "^2.4.0"
},
Expand All @@ -45,4 +45,4 @@
"engines": {
"vscode": "^1.16.0"
}
}
}
4 changes: 2 additions & 2 deletions kudu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-azurekudu",
"author": "Microsoft Corporation",
"version": "0.1.0",
"version": "0.1.1",
"description": "Client used to interact with Kudu.",
"tags": [
"azure",
Expand Down Expand Up @@ -34,4 +34,4 @@
"autorest": "^2.0.4147",
"typescript": "^2.5.3"
}
}
}

0 comments on commit d6273ff

Please sign in to comment.