Skip to content

Commit b381fa5

Browse files
committed
Version Bump
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
1 parent f8c8e2c commit b381fa5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.4) -->
28+
TinyGSM version: <!-- always try to use the latest (0.11.5) -->
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.4",
3+
"version": "0.11.5",
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.4
2+
version=0.11.5
33
author=Volodymyr Shymanskyy
44
maintainer=Volodymyr Shymanskyy
55
sentence=A small Arduino library for GPRS modules, that just works.

src/TinyGsmCommon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#define SRC_TINYGSMCOMMON_H_
1111

1212
// The current library version number
13-
#define TINYGSM_VERSION "0.11.4"
13+
#define TINYGSM_VERSION "0.11.5"
1414

1515
#if defined(SPARK) || defined(PARTICLE)
1616
#include "Particle.h"

0 commit comments

Comments
 (0)