Skip to content

Commit aa8f1e5

Browse files
committed
Prepare version 1.2.0
1 parent 0e5e138 commit aa8f1e5

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Tilen MAJERLE
3+
Copyright (c) 2023 Tilen MAJERLE
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

dev/lwshell_opts.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
/*
7-
* Copyright (c) 2022 Tilen MAJERLE
7+
* Copyright (c) 2023 Tilen MAJERLE
88
*
99
* Permission is hereby granted, free of charge, to any person
1010
* obtaining a copy of this software and associated documentation
@@ -29,7 +29,7 @@
2929
* This file is part of Lightweight shell library.
3030
*
3131
* Author: Tilen MAJERLE <[email protected]>
32-
* Version: v1.1.1
32+
* Version: v1.2.0
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": "1.1.1",
3+
"version": "1.2.0",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
/*
7-
* Copyright (c) 2022 Tilen MAJERLE
7+
* Copyright (c) 2023 Tilen MAJERLE
88
*
99
* Permission is hereby granted, free of charge, to any person
1010
* obtaining a copy of this software and associated documentation
@@ -29,7 +29,7 @@
2929
* This file is part of LwSHELL - Lightweight shell library.
3030
*
3131
* Author: Tilen MAJERLE <[email protected]>
32-
* Version: v1.1.1
32+
* Version: v1.2.0
3333
*/
3434
#ifndef LWSHELL_HDR_H
3535
#define LWSHELL_HDR_H

lwshell/src/include/lwshell/lwshell_opt.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
/*
7-
* Copyright (c) 2022 Tilen MAJERLE
7+
* Copyright (c) 2023 Tilen MAJERLE
88
*
99
* Permission is hereby granted, free of charge, to any person
1010
* obtaining a copy of this software and associated documentation
@@ -29,7 +29,7 @@
2929
* This file is part of LwSHELL - Lightweight shell library.
3030
*
3131
* Author: Tilen MAJERLE <[email protected]>
32-
* Version: v1.1.1
32+
* Version: v1.2.0
3333
*/
3434
#ifndef LWSHELL_OPT_HDR_H
3535
#define LWSHELL_OPT_HDR_H

lwshell/src/include/lwshell/lwshell_opts_template.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
/*
7-
* Copyright (c) 2022 Tilen MAJERLE
7+
* Copyright (c) 2023 Tilen MAJERLE
88
*
99
* Permission is hereby granted, free of charge, to any person
1010
* obtaining a copy of this software and associated documentation
@@ -29,7 +29,7 @@
2929
* This file is part of LwSHELL - Lightweight shell library.
3030
*
3131
* Author: Tilen MAJERLE <[email protected]>
32-
* Version: v1.1.1
32+
* Version: v1.2.0
3333
*/
3434
#ifndef LWSHELL_OPTS_HDR_H
3535
#define LWSHELL_OPTS_HDR_H

lwshell/src/lwshell/lwshell.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
/*
7-
* Copyright (c) 2022 Tilen MAJERLE
7+
* Copyright (c) 2023 Tilen MAJERLE
88
*
99
* Permission is hereby granted, free of charge, to any person
1010
* obtaining a copy of this software and associated documentation
@@ -29,7 +29,7 @@
2929
* This file is part of LwSHELL - Lightweight shell library.
3030
*
3131
* Author: Tilen MAJERLE <[email protected]>
32-
* Version: v1.1.1
32+
* Version: v1.2.0
3333
*/
3434
#include <string.h>
3535
#include "lwshell/lwshell.h"

0 commit comments

Comments
 (0)