Skip to content

Commit

Permalink
Version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tgtakaoka committed Oct 23, 2021
1 parent b548ba9 commit 76fa86f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/cli/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default_envs = promicro16, nano_every, nano_33_iot

[env]
lib_deps =
[email protected].1
[email protected].2

[env:promicro16]
platform = atmelavr
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libcli",
"version": "1.2.1",
"version": "1.2.2",
"description": "Command Line Interface Library",
"keywords": "command line",
"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=libcli
version=1.2.1
version=1.2.2
author=Tadashi G. Takaoka
maintainer=Tadashi G. Takaoka <[email protected]>
sentence=Command Line Interface library
Expand Down
4 changes: 2 additions & 2 deletions src/libcli.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

#define LIBCLI_VERSION_MAJOR 1
#define LIBCLI_VERSION_MINOR 2
#define LIBCLI_VERSION_PATCH 1
#define LIBCLI_VERSION_STRING "1.2.1"
#define LIBCLI_VERSION_PATCH 2
#define LIBCLI_VERSION_STRING "1.2.2"

namespace libcli {

Expand Down

0 comments on commit 76fa86f

Please sign in to comment.