Skip to content

Commit 52a206b

Browse files
committed
Fix keywords list in platform.io manifest
Fixes #1
1 parent 0c20db5 commit 52a206b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "ghostl",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Lock-free queue; C++ coroutines; and a nano-sized C++ STL adapter for MCUs like ESP8266/ESP32.",
55
"keywords": [
6-
"lock-free; coroutine; stl"
6+
"lock-free", "coroutine", "stl"
77
],
88
"repository":
99
{

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ghostl
2-
version=1.0.0
2+
version=1.0.1
33
author=Dirk Kaar
44
maintainer=Dirk Kaar <dok@dok-net.net>
55
sentence=Lock-free queue; C++ coroutines; and a nano-sized C++ STL adapter for MCUs like ESP8266/ESP32.

0 commit comments

Comments
 (0)