Skip to content

Commit

Permalink
Bumped version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtronics committed Jul 13, 2022
1 parent 44c0a7f commit 824cfa2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ESP32Console",
"version": "1.0.0",
"version": "1.1.0",
"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.",
"keywords": "esp32, console, ping, ifconfig, sysinfo, editor, file",
"repository":
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=ESP32Console
version=1.0.0
version=1.1.0
author=Jan Böhmer <[email protected]>
maintainer=Jan Böhmer <[email protected]>
sentence=Extensible UART console for ESP32 with useful included commands.
Expand Down
2 changes: 1 addition & 1 deletion src/ESP32Console.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#error This library depends on ESP-IDF and only works on ESP32!
#endif

#define ESP32CONSOLE_VERSION "1.1.0-dev"
#define ESP32CONSOLE_VERSION "1.1.0"

#include "ESP32Console/Console.h"
#include "ESP32Console/ConsoleCommand.h"
Expand Down

0 comments on commit 824cfa2

Please sign in to comment.