Skip to content

Commit

Permalink
v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Apr 19, 2024
1 parent 3d64380 commit 6c10e69
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion library.json
@@ -1,6 +1,6 @@
{
"name": "MycilaLogger",
"version": "2.2.0",
"version": "2.2.1",
"description": "A simple and efficient logging library",
"keywords": "logging",
"homepage": "https://github.com/mathieucarbou/MycilaLogger",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
@@ -1,5 +1,5 @@
name=MycilaLogger
version=2.2.0
version=2.2.1
author=Mathieu Carbou <mathieu.carbou@gmail.com>
maintainer=Mathieu Carbou <mathieu.carbou@gmail.com>
sentence=A simple and efficient logging library
Expand Down
4 changes: 2 additions & 2 deletions src/MycilaLogger.h
Expand Up @@ -10,10 +10,10 @@
#include <esp32-hal-log.h>
#include <vector>

#define MYCILA_LOGGER_VERSION "2.2.0"
#define MYCILA_LOGGER_VERSION "2.2.1"
#define MYCILA_LOGGER_VERSION_MAJOR 2
#define MYCILA_LOGGER_VERSION_MINOR 2
#define MYCILA_LOGGER_VERSION_REVISION 0
#define MYCILA_LOGGER_VERSION_REVISION 1

#define MYCILA_LOGGER_TASK_NAME_LENGTH "10"
#define MYCILA_LOGGER_TAG_LENGTH "10"
Expand Down

0 comments on commit 6c10e69

Please sign in to comment.