Skip to content

Commit f13913e

Browse files
authored
Add version to library manifest #34
PlatformIO may need "version" element to pull latest version, as shown in https://docs.platformio.org/en/latest/librarymanager/creating.html.
1 parent 8926be7 commit f13913e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

library.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "TM1637TinyDisplay",
3+
"version": "1.10.0",
34
"keywords": "TM1637, tiny, LED, display",
45
"description": "A simple library to display numbers, text and animation on a 4 and 6 digit 7-segment TM1637 based display modules. Offers non-blocking animations and scrolling!",
56
"repository": {
@@ -12,4 +13,4 @@
1213
},
1314
"frameworks": "arduino",
1415
"platforms": "*"
15-
}
16+
}

0 commit comments

Comments
 (0)