Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Bump version #7

Merged
merged 1 commit into from
May 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=AzureIoTProtocol_HTTP
version=1.5.0
version=1.6.0
author=Microsoft
maintainer=Microsoft <iotcert@microsoft.com>
sentence=Azure HTTP protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.
Expand Down
2 changes: 1 addition & 1 deletion src/AzureIoTProtocol_HTTP.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
#ifndef AZUREIOTPROTOCOLHTTP_H
#define AZUREIOTPROTOCOLHTTP_H

#define AzureIoTProtocolHTTPVersion "1.5.0"
#define AzureIoTProtocolHTTPVersion "1.6.0"

#endif //AZUREIOTPROTOCOLHTTP_H