Skip to content

Commit 42f9939

Browse files
committed
Update ,up to version
1 parent d95ed44 commit 42f9939

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,8 @@
8686
- Update pin definition document
8787

8888
## (23/2/2021)
89-
- <BasicUnit/AXP20x_ADC> example compatible with T-Block
89+
- <BasicUnit/AXP20x_ADC> example compatible with T-Block
90+
91+
## (27/3/2021)
92+
- [Merged#119](https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library/pull/119)
93+
- Update `library.properties`,up to `1.4.2` version

library.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "TTGO TWatch Library",
33
"keywords": "Device Conterl,TWatch,Watch,TTGO",
4-
"description": "Arduino Library for TTGO T-Watch development kit",
4+
"description": "Arduino Library for LilyGo T-Watch & LilyPi & T-Block development kit",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library.git"
@@ -12,14 +12,9 @@
1212
"email": "[email protected]",
1313
"url": "https://github.com/Xinyuan-LilyGO",
1414
"maintainer": true
15-
},
16-
{
17-
"name": "lewishe",
18-
"email": "[email protected]",
19-
"url": "https://github.com/lewisxhe"
2015
}
2116
],
22-
"version": "1.4.1",
17+
"version": "1.4.2",
2318
"frameworks": "arduino",
2419
"platforms": "esp32"
2520
}

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name=TTGO TWatch Library
2-
version=1.4.1
2+
version=1.4.2
33
author=TTGO
4-
maintainer=lewis he <[email protected]>
5-
sentence=Library for TTGO T-Watch development kit
4+
maintainer=Xinyuan Electronics <[email protected]>
5+
sentence=Library for LilyGo development kit
66
paragraph=twatch library
77
category=Device Control
88
url=https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library

0 commit comments

Comments
 (0)