Skip to content

Commit 7da6c51

Browse files
committed
Increase version
1 parent c253fb4 commit 7da6c51

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

examples/espidf/basic_usage/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ default_envs = espidf_esp32 ; Build ESP32 with ESP-IDF Framework
2222
;default_envs = espidf_esp32_c3 ; Build ESP32-C3 with ESP-IDF Framework
2323

2424
[env]
25-
lib_deps = minbasecli
25+
lib_deps = minbasecli@1.1.0
2626

2727
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2828

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "minbasecli",
3-
"keywords": "hal, arduino, espidf, avr, sam, microchip, stm, esp8266, esp32",
3+
"keywords": "hal, arduino, espidf, avr, stm32, esp8266, esp32, linux, windows, sam, microchip",
44
"description": "A minimal Command Line Interface C++ library implementation with HAL emphasis to be used in different kind of devices and frameworks.",
55
"authors": {
66
"name": "JRios",
@@ -10,7 +10,7 @@
1010
"type": "git",
1111
"url": "https://github.com/J-Rios/minbasecli"
1212
},
13-
"version": "1.0.0",
13+
"version": "1.1.0",
1414
"frameworks": "*",
1515
"platforms": "*"
1616
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=minbasecli
2-
version=1.0.0
2+
version=1.1.0
33
author=JRios
44
maintainer=JRios <[email protected]>
55
sentence=A minimal Command Line Interface C++ library implementation with HAL emphasis to be used in different kind of devices and frameworks.

src/minbasecli.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
/**
33
* @file minbasecli.cpp
44
* @author Jose Miguel Rios Rubio <[email protected]>
5-
* @date 08-02-2022
6-
* @version 1.0.1
5+
* @date 10-02-2022
6+
* @version 1.1.0
77
*
88
* @section DESCRIPTION
99
*

src/minbasecli.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
/**
33
* @file minbasecli.h
44
* @author Jose Miguel Rios Rubio <[email protected]>
5-
* @date 08-02-2022
6-
* @version 1.0.1
5+
* @date 10-02-2022
6+
* @version 1.1.0
77
*
88
* @section DESCRIPTION
99
*

0 commit comments

Comments
 (0)