Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Rios committed Feb 10, 2022
1 parent c253fb4 commit 7da6c51
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/espidf/basic_usage/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ default_envs = espidf_esp32 ; Build ESP32 with ESP-IDF Framework
;default_envs = espidf_esp32_c3 ; Build ESP32-C3 with ESP-IDF Framework

[env]
lib_deps = minbasecli
lib_deps = minbasecli@1.1.0

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

Expand Down
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minbasecli",
"keywords": "hal, arduino, espidf, avr, sam, microchip, stm, esp8266, esp32",
"keywords": "hal, arduino, espidf, avr, stm32, esp8266, esp32, linux, windows, sam, microchip",
"description": "A minimal Command Line Interface C++ library implementation with HAL emphasis to be used in different kind of devices and frameworks.",
"authors": {
"name": "JRios",
Expand All @@ -10,7 +10,7 @@
"type": "git",
"url": "https://github.com/J-Rios/minbasecli"
},
"version": "1.0.0",
"version": "1.1.0",
"frameworks": "*",
"platforms": "*"
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=minbasecli
version=1.0.0
version=1.1.0
author=JRios
maintainer=JRios <[email protected]>
sentence=A minimal Command Line Interface C++ library implementation with HAL emphasis to be used in different kind of devices and frameworks.
Expand Down
4 changes: 2 additions & 2 deletions src/minbasecli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/**
* @file minbasecli.cpp
* @author Jose Miguel Rios Rubio <[email protected]>
* @date 08-02-2022
* @version 1.0.1
* @date 10-02-2022
* @version 1.1.0
*
* @section DESCRIPTION
*
Expand Down
4 changes: 2 additions & 2 deletions src/minbasecli.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/**
* @file minbasecli.h
* @author Jose Miguel Rios Rubio <[email protected]>
* @date 08-02-2022
* @version 1.0.1
* @date 10-02-2022
* @version 1.1.0
*
* @section DESCRIPTION
*
Expand Down

0 comments on commit 7da6c51

Please sign in to comment.