Skip to content

Commit

Permalink
ready for 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LennartHennigs committed Oct 27, 2024
1 parent 409a430 commit f065747
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

**Note:** Unreleased changes are checked in but not part of an official release (available through the Arduino IDE or PlatfomIO) yet. This allows you to test WiP features and give feedback to them.

## 1.3.1 - 2023-10-127

- fixed Wrong type of memcopy argument #16

## 1.3.0 - 2023-10-14

- Refactored `run()`
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SimpleFSM",
"version": "1.3.0",
"version": "1.3.1",
"keywords": "State Machine, FSM, IoT",
"description": "Arduino Library that allows you to quickly define a state machine. It uses callbacks and offers several convenience functions for tracking the machine's state. Tested with Arduino, ESP8266 and ESP32.",
"homepage": "https://github.com/LennartHennigs/SimpleFSM",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=SimpleFSM
version=1.3.0
version=1.3.1
author=Lennart Hennigs
maintainer=Lennart Hennigs <[email protected]>
sentence=Arduino/ESP state machine library.
Expand Down

0 comments on commit f065747

Please sign in to comment.