Skip to content

Commit

Permalink
missed bumping patch version on azure-iot-provisioning-device
Browse files Browse the repository at this point in the history
  • Loading branch information
BertKleewein committed May 22, 2018
1 parent d4d068c commit 3f00e25
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion provisioning/device/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-iot-provisioning-device",
"version": "1.1.2",
"version": "1.1.3",
"description": "Azure Device Provisioning SDK device client",
"author": "Microsoft Corporation",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion provisioning/device/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Microsoft Corporation",
"license": "MIT",
"dependencies": {
"azure-iot-provisioning-device": "1.1.2",
"azure-iot-provisioning-device": "1.1.3",
"azure-iot-provisioning-device-amqp": "1.1.4",
"azure-iot-provisioning-device-http": "1.1.4",
"azure-iot-provisioning-device-mqtt": "1.0.5",
Expand Down
2 changes: 1 addition & 1 deletion provisioning/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"async": "^2.6.0",
"azure-iot-common": "1.5.1",
"azure-iot-provisioning-device": "1.1.2",
"azure-iot-provisioning-device": "1.1.3",
"azure-iot-provisioning-device-amqp": "1.1.4",
"azure-iot-provisioning-device-http": "1.1.4",
"azure-iot-provisioning-device-mqtt": "1.0.5",
Expand Down
2 changes: 1 addition & 1 deletion provisioning/transport/amqp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"async": "^2.6.0",
"azure-iot-amqp-base": "1.5.2",
"azure-iot-common": "1.5.1",
"azure-iot-provisioning-device": "1.1.2",
"azure-iot-provisioning-device": "1.1.3",
"bluebird": "^3.5.0",
"buffer-builder": "^0.2.0",
"debug": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion provisioning/transport/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"azure-iot-http-base": "1.4.1",
"azure-iot-common": "1.5.1",
"azure-iot-provisioning-device": "1.1.2",
"azure-iot-provisioning-device": "1.1.3",
"debug": "^3.0.1",
"machina": "^2.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion provisioning/transport/mqtt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"azure-iot-common": "1.5.1",
"azure-iot-mqtt-base": "1.4.1",
"azure-iot-provisioning-device": "1.1.2",
"azure-iot-provisioning-device": "1.1.3",
"debug": "^3.0.1",
"machina": "^2.0.1",
"uuid": "^3.1.0"
Expand Down

0 comments on commit 3f00e25

Please sign in to comment.