Skip to content

Commit 9098bdf

Browse files
committed
Fix wrong versioning
1 parent 8087d61 commit 9098bdf

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

dev/lwshell_opts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* This file is part of Lightweight shell library.
3030
*
3131
* Author: Tilen MAJERLE <[email protected]>
32-
* Version: vv1.1.1
32+
* Version: v1.1.1
3333
*/
3434
#ifndef LWSHELL_HDR_OPTS_H
3535
#define LWSHELL_HDR_OPTS_H

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "LwSHELL",
3-
"version": "v1.1.1",
3+
"version": "1.1.1",
44
"description": "Lightweight shell command line manager",
55
"keywords": "lwshell, cmd, command line, shell, manager, uart, usb, cdc, command, commands",
66
"repository": {

lwshell/src/include/lwshell/lwshell.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* This file is part of LwSHELL - Lightweight shell library.
3030
*
3131
* Author: Tilen MAJERLE <[email protected]>
32-
* Version: vv1.1.1
32+
* Version: v1.1.1
3333
*/
3434
#ifndef LWSHELL_HDR_H
3535
#define LWSHELL_HDR_H

lwshell/src/include/lwshell/lwshell_opt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* This file is part of LwSHELL - Lightweight shell library.
3030
*
3131
* Author: Tilen MAJERLE <[email protected]>
32-
* Version: vv1.1.1
32+
* Version: v1.1.1
3333
*/
3434
#ifndef LWSHELL_HDR_OPT_H
3535
#define LWSHELL_HDR_OPT_H

lwshell/src/include/lwshell/lwshell_opts_template.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* This file is part of LwSHELL - Lightweight shell library.
3030
*
3131
* Author: Tilen MAJERLE <[email protected]>
32-
* Version: vv1.1.1
32+
* Version: v1.1.1
3333
*/
3434
#ifndef LWSHELL_HDR_OPTS_H
3535
#define LWSHELL_HDR_OPTS_H

lwshell/src/lwshell/lwshell.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* This file is part of LwSHELL - Lightweight shell library.
3030
*
3131
* Author: Tilen MAJERLE <[email protected]>
32-
* Version: vv1.1.1
32+
* Version: v1.1.1
3333
*/
3434
#include <string.h>
3535
#include "lwshell/lwshell.h"

0 commit comments

Comments
 (0)