We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029ccdb commit 21c1184Copy full SHA for 21c1184
Shell.h
@@ -87,7 +87,7 @@
87
#define SHELL_RET_FAILURE 1
88
#define SHELL_RET_IOPENDING -1
89
90
-#define SHELL_VERSION_STRING "uShell 1.0.0"
+#define SHELL_VERSION_STRING "uShell 1.0.1"
91
92
/*-------------------------------------------------------------*/
93
/* Typedefs enums & structs */
library.properties
@@ -1,5 +1,5 @@
1
name=GeekFactory Shell Library
2
-version=1.0.0
+version=1.0.1
3
author=www.geekfactory.mx
4
maintainer=Jesus Ruben Santa Anna Zamudio
5
sentence=Library to create a simple Command Line Interface (CLI).
0 commit comments