Skip to content

Commit 824cfa2

Browse files
committed
Bumped version to 1.1.0
1 parent 44c0a7f commit 824cfa2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ESP32Console",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Extensible UART console for ESP32 with useful included commands. This library encapsules the console component of ESP-IDF and make them easy to use in an Arduino environment.",
55
"keywords": "esp32, console, ping, ifconfig, sysinfo, editor, file",
66
"repository":

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ESP32Console
2-
version=1.0.0
2+
version=1.1.0
33
author=Jan Böhmer <mail@jan-boehmer.de>
44
maintainer=Jan Böhmer <mail@jan-boehmer.de>
55
sentence=Extensible UART console for ESP32 with useful included commands.

src/ESP32Console.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#error This library depends on ESP-IDF and only works on ESP32!
55
#endif
66

7-
#define ESP32CONSOLE_VERSION "1.1.0-dev"
7+
#define ESP32CONSOLE_VERSION "1.1.0"
88

99
#include "ESP32Console/Console.h"
1010
#include "ESP32Console/ConsoleCommand.h"

0 commit comments

Comments
 (0)