From a3f55f8b3336d8a0b4e143979ca8dc1ff4f303d8 Mon Sep 17 00:00:00 2001 From: hirotakaster Date: Mon, 11 Mar 2019 12:01:00 +0900 Subject: [PATCH] update for #7 --- coap.cpp => coap-simple.cpp | 2 +- coap.h => coap-simple.h | 0 library.properties | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename coap.cpp => coap-simple.cpp (99%) rename coap.h => coap-simple.h (100%) diff --git a/coap.cpp b/coap-simple.cpp similarity index 99% rename from coap.cpp rename to coap-simple.cpp index b4dcdb4..574e19e 100644 --- a/coap.cpp +++ b/coap-simple.cpp @@ -1,4 +1,4 @@ -#include "coap.h" +#include "coap-simple.h" #include "Arduino.h" #define LOGGING diff --git a/coap.h b/coap-simple.h similarity index 100% rename from coap.h rename to coap-simple.h diff --git a/library.properties b/library.properties index 2561d10..751e2fa 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=CoAP simple library -version=1.3.12 +version=1.3.13 author=Hirotaka Niisato maintainer=Hirotaka Niisato sentence=Simple CoAP client/server library for generic Arduino Client hardware.