Skip to content
This repository was archived by the owner on Jul 22, 2022. It is now read-only.

Commit 3811269

Browse files
committed
update version files
1 parent abc3e8c commit 3811269

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=AzureIoTSocket_WiFi
2-
version=1.0.0
2+
version=1.0.1
33
author=Microsoft
44
maintainer=Microsoft <iotcert@microsoft.com>
55
sentence=Azure IoT network adapter layer for use with Wi-Fi such as ESP32

src/AzureIoTSocket_WiFi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#ifndef AZUREIOTSOCKETWIFI_H
55
#define AZUREIOTSOCKETWIFI_H
66

7-
#define AzureIoTSocketWiFiVersion "1.0.00"
7+
#define AzureIoTSocketWiFiVersion "1.0.1"
88

99
#ifdef ARDUINO_ARCH_ESP8266
1010
#include <ESP8266WiFi.h>

0 commit comments

Comments
 (0)