We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c20db5 commit 52a206bCopy full SHA for 52a206b
library.json
@@ -1,9 +1,9 @@
1
{
2
"name": "ghostl",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Lock-free queue; C++ coroutines; and a nano-sized C++ STL adapter for MCUs like ESP8266/ESP32.",
5
"keywords": [
6
- "lock-free; coroutine; stl"
+ "lock-free", "coroutine", "stl"
7
],
8
"repository":
9
library.properties
@@ -1,5 +1,5 @@
name=ghostl
-version=1.0.0
+version=1.0.1
author=Dirk Kaar
maintainer=Dirk Kaar <dok@dok-net.net>
sentence=Lock-free queue; C++ coroutines; and a nano-sized C++ STL adapter for MCUs like ESP8266/ESP32.
0 commit comments