Skip to content

Commit 4c06ac3

Browse files
committed
Release version 0.1.2
1 parent 06485dd commit 4c06ac3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Arduino_NetworkConfigurator
2-
version=0.1.1
2+
version=0.1.2
33
author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=This library allows to configure and update the network settings of a ConnectionHandler instance.

src/ANetworkConfigurator_Config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88
#pragma once
99

10-
#define ANetworkConfigurator_LIB_VERSION "0.1.1"
10+
#define ANetworkConfigurator_LIB_VERSION "0.1.2"
1111

1212
#if defined(ARDUINO_SAMD_MKRWIFI1010)
1313
#define NETWORK_CONFIGURATOR_COMPATIBLE 1

0 commit comments

Comments
 (0)