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

Commit

Permalink
update version files
Browse files Browse the repository at this point in the history
  • Loading branch information
jbobotek committed Nov 13, 2020
1 parent abc3e8c commit 3811269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=AzureIoTSocket_WiFi
version=1.0.0
version=1.0.1
author=Microsoft
maintainer=Microsoft <[email protected]>
sentence=Azure IoT network adapter layer for use with Wi-Fi such as ESP32
Expand Down
2 changes: 1 addition & 1 deletion src/AzureIoTSocket_WiFi.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#ifndef AZUREIOTSOCKETWIFI_H
#define AZUREIOTSOCKETWIFI_H

#define AzureIoTSocketWiFiVersion "1.0.00"
#define AzureIoTSocketWiFiVersion "1.0.1"

#ifdef ARDUINO_ARCH_ESP8266
#include <ESP8266WiFi.h>
Expand Down

0 comments on commit 3811269

Please sign in to comment.