Prepare version 1.2.0

This commit is contained in:
Tilen Majerle 2023-01-04 21:03:53 +01:00
parent 0e5e138ce4
commit aa8f1e5802
7 changed files with 12 additions and 12 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2022 Tilen MAJERLE
Copyright (c) 2023 Tilen MAJERLE
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright (c) 2022 Tilen MAJERLE
* Copyright (c) 2023 Tilen MAJERLE
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
@ -29,7 +29,7 @@
* This file is part of Lightweight shell library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.1.1
* Version: v1.2.0
*/
#ifndef LWSHELL_HDR_OPTS_H
#define LWSHELL_HDR_OPTS_H

View File

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

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright (c) 2022 Tilen MAJERLE
* Copyright (c) 2023 Tilen MAJERLE
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
@ -29,7 +29,7 @@
* This file is part of LwSHELL - Lightweight shell library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.1.1
* Version: v1.2.0
*/
#ifndef LWSHELL_HDR_H
#define LWSHELL_HDR_H

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright (c) 2022 Tilen MAJERLE
* Copyright (c) 2023 Tilen MAJERLE
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
@ -29,7 +29,7 @@
* This file is part of LwSHELL - Lightweight shell library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.1.1
* Version: v1.2.0
*/
#ifndef LWSHELL_OPT_HDR_H
#define LWSHELL_OPT_HDR_H

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright (c) 2022 Tilen MAJERLE
* Copyright (c) 2023 Tilen MAJERLE
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
@ -29,7 +29,7 @@
* This file is part of LwSHELL - Lightweight shell library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.1.1
* Version: v1.2.0
*/
#ifndef LWSHELL_OPTS_HDR_H
#define LWSHELL_OPTS_HDR_H

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright (c) 2022 Tilen MAJERLE
* Copyright (c) 2023 Tilen MAJERLE
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
@ -29,7 +29,7 @@
* This file is part of LwSHELL - Lightweight shell library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.1.1
* Version: v1.2.0
*/
#include <string.h>
#include "lwshell/lwshell.h"