Skip to content

Commit 54e1ffa

Browse files
committed
change version to 0.3.3
1 parent 93038be commit 54e1ffa

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ external library.
2929

3030
Official home page: <https://digint.ch/tinyfsm>
3131

32-
Current version: `0.3.2`
32+
Current version: `0.3.3`
3333

3434

3535
Installation

include/tinyfsm.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424

2525
/* ---------------------------------------------------------------------
26-
* Version: 0.3.2
26+
* Version: 0.3.3
2727
*
2828
* API documentation: see "../doc/50-API.md"
2929
*

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tinyfsm",
33
"description": "A simple C++ finite state machine library",
4-
"version": "0.3.2",
4+
"version": "0.3.3",
55
"repository": {
66
"type": "git",
77
"url": "https://dev.tty0.ch/tinyfsm.git"

0 commit comments

Comments
 (0)