Skip to content

Commit e5131ea

Browse files
committed
Version bump
Signed-off-by: Sara Damiano <[email protected]>
1 parent c9ebf60 commit e5131ea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ with your board before submitting any issues.
2525

2626
Modem: <!-- Brand, model, variant, firmware version, ie Quectel BG96 Revision: BG96MAR02A07M1G -->
2727
Main processor board: <!-- Uno, Zero, ESP32, Particle, etc -->
28-
TinyGSM version: <!-- always try to use the latest (0.11.2) -->
28+
TinyGSM version: <!-- always try to use the latest (0.11.3) -->
2929
Code: <!-- Example name or paste in your code -->
3030

3131
### Scenario, steps to reproduce

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "TinyGSM",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"description": "A small Arduino library for GPRS modules, that just works. Includes examples for Blynk, MQTT, File Download, and Web Client. Supports many GSM, LTE, and WiFi modules with AT command interfaces.",
55
"keywords": "GSM, AT commands, AT, SIM800, SIM900, A6, A7, M590, ESP8266, SIM7000, SIM800A, SIM800C, SIM800L, SIM800H, SIM808, SIM868, SIM900A, SIM900D, SIM908, SIM968, M95, MC60, MC60E, BG96, ublox, Quectel, SIMCOM, AI Thinker, LTE, LTE-M",
66
"authors": [

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=TinyGSM
2-
version=0.11.2
2+
version=0.11.3
33
author=Volodymyr Shymanskyy
44
maintainer=Volodymyr Shymanskyy
55
sentence=A small Arduino library for GPRS modules, that just works.

0 commit comments

Comments
 (0)