Skip to content

Commit

Permalink
Bump package versions for release 2017-8-25
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Cauchois committed Aug 25, 2017
1 parent fb832f1 commit 079d3bd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"homepage": "https://github.com/azure/azure-iot-sdk-node#readme",
"dependencies": {
"azure-iothub": "1.1.14",
"azure-iothub": "1.1.15",
"chalk": "^1.1.3",
"pem": "^1.8.3",
"yargs": "^4.7.1"
Expand Down
2 changes: 1 addition & 1 deletion device/transport/amqp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"uuid": "^3.0.1"
},
"devDependencies": {
"azure-iothub": "1.1.14",
"azure-iothub": "1.1.15",
"bluebird": "^3.5.0",
"chai": "^3.5.0",
"istanbul": "^0.4.5",
Expand Down
2 changes: 1 addition & 1 deletion device/transport/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"node-crontab": "^0.0.8"
},
"devDependencies": {
"azure-iothub": "1.1.14",
"azure-iothub": "1.1.15",
"chai": "^3.5.0",
"istanbul": "^0.4.4",
"jshint": "^2.9.2",
Expand Down
2 changes: 1 addition & 1 deletion e2etests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"azure-iot-device-amqp": "1.1.17",
"azure-iot-device-http": "1.1.17",
"azure-iot-device-mqtt": "1.1.17",
"azure-iothub": "1.1.14",
"azure-iothub": "1.1.15",
"azure-storage": "^1.2.0",
"bluebird": "^3.3.0",
"debug": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-iothub",
"version": "1.1.14",
"version": "1.1.15",
"description": "Azure IoT SDK - IoT Hub",
"author": "Microsoft Corporation",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion service/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "Microsoft Corp.",
"license": "MIT",
"dependencies": {
"azure-iothub": "1.1.14",
"azure-iothub": "1.1.15",
"azure-storage": "^1.2.0"
}
}

0 comments on commit 079d3bd

Please sign in to comment.