Fix wrong versioning

This commit is contained in:
Tilen Majerle 2022-01-03 22:51:13 +01:00
parent 8087d61860
commit 9098bdfb3e
6 changed files with 6 additions and 6 deletions

View File

@ -29,7 +29,7 @@
* This file is part of Lightweight shell library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: vv1.1.1
* Version: v1.1.1
*/
#ifndef LWSHELL_HDR_OPTS_H
#define LWSHELL_HDR_OPTS_H

View File

@ -1,6 +1,6 @@
{
"name": "LwSHELL",
"version": "v1.1.1",
"version": "1.1.1",
"description": "Lightweight shell command line manager",
"keywords": "lwshell, cmd, command line, shell, manager, uart, usb, cdc, command, commands",
"repository": {

View File

@ -29,7 +29,7 @@
* This file is part of LwSHELL - Lightweight shell library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: vv1.1.1
* Version: v1.1.1
*/
#ifndef LWSHELL_HDR_H
#define LWSHELL_HDR_H

View File

@ -29,7 +29,7 @@
* This file is part of LwSHELL - Lightweight shell library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: vv1.1.1
* Version: v1.1.1
*/
#ifndef LWSHELL_HDR_OPT_H
#define LWSHELL_HDR_OPT_H

View File

@ -29,7 +29,7 @@
* This file is part of LwSHELL - Lightweight shell library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: vv1.1.1
* Version: v1.1.1
*/
#ifndef LWSHELL_HDR_OPTS_H
#define LWSHELL_HDR_OPTS_H

View File

@ -29,7 +29,7 @@
* This file is part of LwSHELL - Lightweight shell library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: vv1.1.1
* Version: v1.1.1
*/
#include <string.h>
#include "lwshell/lwshell.h"