diff --git a/library.json b/library.json index 0b17528..342c58a 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "TinyGSM", - "version": "0.1.0", + "version": "0.1.1", "description": "A small Arduino library for GPRS modules, that just works. Includes examples for Blynk, MQTT, File Download, and Web Client. Supports GSM modules, that work over AT command interface: SIM800, SIM800L, SIM900", "keywords": "GSM, SIM800, SIM800L, SIM900, AT commands, AT", "authors": diff --git a/library.properties b/library.properties index dd045c3..8c281c0 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=TinyGSM -version=0.1.0 +version=0.1.1 author=Volodymyr Shymanskyy maintainer=Volodymyr Shymanskyy sentence=A small Arduino library for GPRS modules, that just works.