From 5f9dd3e1e55c2c8eb348f45a73c3be6d1adb0e60 Mon Sep 17 00:00:00 2001 From: aziotclb Date: Tue, 20 Jun 2017 14:13:50 -0700 Subject: [PATCH] Sync the Arduino Library azure-iot-arduino-utility with the latest azure-iot-sdks version --- library.properties | 2 +- src/AzureIoTUtility.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index bf8e9f8..04eedd8 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=AzureIoTUtility -version=1.0.34 +version=1.0.35 author=Microsoft maintainer=Microsoft sentence=Azure C shared utility library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing. diff --git a/src/AzureIoTUtility.h b/src/AzureIoTUtility.h index 279b3bf..fc24a4d 100644 --- a/src/AzureIoTUtility.h +++ b/src/AzureIoTUtility.h @@ -7,6 +7,6 @@ #include "azure_c_shared_utility/lock.h" #include "azure_c_shared_utility/threadapi.h" -#define AzureIoTUtilityVersion "1.0.34" +#define AzureIoTUtilityVersion "1.0.35" #endif //AZUREIOTUTILITY_H