Skip to content

Commit f02ba29

Browse files
committed
Bumped version
1 parent 748a3dc commit f02ba29

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

library.json

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
11
{
2-
"name": "TinyGSM",
3-
"version": "0.3.1",
2+
"name": "EnviroDIY_TinyGSM",
3+
"version": "0.3.3",
44
"description": "A small Arduino library for GPRS modules, that just works. Includes examples for Blynk, MQTT, File Download, and Web Client. Supports GSM modules with AT command interface: SIM800, SIM800A, SIM800C, SIM800L, SIM800H, SIM808, SIM868, SIM900, SIM900A, SIM900D, SIM908, SIM968",
55
"keywords": "GSM, AT commands, AT, SIM800, SIM900, A6, A7, M590, ESP8266, SIM800A, SIM800C, SIM800L, SIM800H, SIM808, SIM868, SIM900A, SIM900D, SIM908, SIM968",
66
"authors":
7-
{
8-
"name": "Volodymyr Shymanskyy",
9-
"url": "https://github.com/vshymanskyy",
10-
"maintainer": true
11-
},
7+
[
8+
{
9+
"name": "Sara Damiano",
10+
"email": "sdamiano@stroudcenter.org",
11+
"url": "https://envirodiy.org/",
12+
"maintainer": true
13+
},
14+
{
15+
"name": "Volodymyr Shymanskyy",
16+
"url": "https://github.com/vshymanskyy",
17+
},
18+
]
1219
"repository":
1320
{
1421
"type": "git",
15-
"url": "https://github.com/vshymanskyy/TinyGSM.git"
22+
"url": "https://github.com/EnviroDIY/TinyGSM"
1623
},
1724
"homepage": "https://github.com/vshymanskyy/TinyGSM",
1825
"export": {

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name=TinyGSM
2-
version=0.3.1
1+
name=EnviroDIY_TinyGSM
2+
version=0.3.3
33
author=Volodymyr Shymanskyy
4-
maintainer=Volodymyr Shymanskyy
4+
maintainer=Sara Damiano
55
sentence=A small Arduino library for GPRS modules, that just works.
66
paragraph=Includes examples for Blynk, MQTT, File Download, and Web Client. Supports GSM modules with AT command interface: SIM800, SIM900, A6, A7, M590, ESP8266, SIM800A, SIM800C, SIM800L, SIM800H, SIM808, SIM868, SIM900A, SIM900D, SIM908, SIM968
77
category=Communication

0 commit comments

Comments
 (0)