We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93038be commit 54e1ffaCopy full SHA for 54e1ffa
3 files changed
README.md
@@ -29,7 +29,7 @@ external library.
29
30
Official home page: <https://digint.ch/tinyfsm>
31
32
-Current version: `0.3.2`
+Current version: `0.3.3`
33
34
35
Installation
include/tinyfsm.hpp
@@ -23,7 +23,7 @@
23
*/
24
25
/* ---------------------------------------------------------------------
26
- * Version: 0.3.2
+ * Version: 0.3.3
27
*
28
* API documentation: see "../doc/50-API.md"
library.json
@@ -1,7 +1,7 @@
1
{
2
"name": "tinyfsm",
3
"description": "A simple C++ finite state machine library",
4
- "version": "0.3.2",
+ "version": "0.3.3",
5
"repository": {
6
"type": "git",
7
"url": "https://dev.tty0.ch/tinyfsm.git"
0 commit comments