Skip to content

Commit 21c1184

Browse files
committed
Changes on metadata and version string for 1.0.1
1 parent 029ccdb commit 21c1184

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Shell.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
#define SHELL_RET_FAILURE 1
8888
#define SHELL_RET_IOPENDING -1
8989

90-
#define SHELL_VERSION_STRING "uShell 1.0.0"
90+
#define SHELL_VERSION_STRING "uShell 1.0.1"
9191

9292
/*-------------------------------------------------------------*/
9393
/* Typedefs enums & structs */

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=GeekFactory Shell Library
2-
version=1.0.0
2+
version=1.0.1
33
author=www.geekfactory.mx
44
maintainer=Jesus Ruben Santa Anna Zamudio
55
sentence=Library to create a simple Command Line Interface (CLI).

0 commit comments

Comments
 (0)