Update library.json and set version to 1.6.1

This commit is contained in:
Tilen Majerle 2021-12-19 14:36:22 +01:00
parent 5b68af677c
commit 3b7fed1a5d
8 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "LwMEM", "name": "LwMEM",
"version": "1.6.0", "version": "1.6.1",
"description": "Lightweight dynamic memory manager optimized for embedded systems", "description": "Lightweight dynamic memory manager optimized for embedded systems",
"keywords": "lwmem, memory, dynamic, heap, malloc, calloc, realloc, free, lightweight, manager, embedded, stm32, win32", "keywords": "lwmem, memory, dynamic, heap, malloc, calloc, realloc, free, lightweight, manager, embedded, stm32, win32",
"repository": { "repository": {
@ -24,11 +24,11 @@
"export": { "export": {
"exclude": [ "exclude": [
".github", ".github",
"dev" "dev",
"docs", "docs",
"**/.vs", "**/.vs",
"**/Debug", "**/Debug",
"build", "build"
] ]
} }
} }

View File

@ -29,7 +29,7 @@
* This file is part of LwMEM - Lightweight dynamic memory manager library. * This file is part of LwMEM - Lightweight dynamic memory manager library.
* *
* Author: Tilen MAJERLE <tilen@majerle.eu> * Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.6.0 * Version: v1.6.1
*/ */
#ifndef LWMEM_HDR_H #ifndef LWMEM_HDR_H
#define LWMEM_HDR_H #define LWMEM_HDR_H

View File

@ -29,7 +29,7 @@
* This file is part of LwMEM - Lightweight dynamic memory manager library. * This file is part of LwMEM - Lightweight dynamic memory manager library.
* *
* Author: Tilen MAJERLE <tilen@majerle.eu> * Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.6.0 * Version: v1.6.1
*/ */
#ifndef LWMEM_HDR_OPT_H #ifndef LWMEM_HDR_OPT_H
#define LWMEM_HDR_OPT_H #define LWMEM_HDR_OPT_H

View File

@ -29,7 +29,7 @@
* This file is part of LwMEM - Lightweight dynamic memory manager library. * This file is part of LwMEM - Lightweight dynamic memory manager library.
* *
* Author: Tilen MAJERLE <tilen@majerle.eu> * Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.6.0 * Version: v1.6.1
*/ */
#ifndef LWMEM_HDR_OPTS_H #ifndef LWMEM_HDR_OPTS_H
#define LWMEM_HDR_OPTS_H #define LWMEM_HDR_OPTS_H

View File

@ -29,7 +29,7 @@
* This file is part of LwMEM - Lightweight dynamic memory manager library. * This file is part of LwMEM - Lightweight dynamic memory manager library.
* *
* Author: Tilen MAJERLE <tilen@majerle.eu> * Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.6.0 * Version: v1.6.1
*/ */
#ifndef LWMEM_HDR_SYS_H #ifndef LWMEM_HDR_SYS_H
#define LWMEM_HDR_SYS_H #define LWMEM_HDR_SYS_H

View File

@ -29,7 +29,7 @@
* This file is part of LwMEM - Lightweight dynamic memory manager library. * This file is part of LwMEM - Lightweight dynamic memory manager library.
* *
* Author: Tilen MAJERLE <tilen@majerle.eu> * Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.6.0 * Version: v1.6.1
*/ */
#include <limits.h> #include <limits.h>
#include <string.h> #include <string.h>

View File

@ -29,7 +29,7 @@
* This file is part of LwMEM - Lightweight dynamic memory manager library. * This file is part of LwMEM - Lightweight dynamic memory manager library.
* *
* Author: Tilen MAJERLE <tilen@majerle.eu> * Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.6.0 * Version: v1.6.1
*/ */
#include "system/lwmem_sys.h" #include "system/lwmem_sys.h"

View File

@ -29,7 +29,7 @@
* This file is part of LwMEM - Lightweight dynamic memory manager library. * This file is part of LwMEM - Lightweight dynamic memory manager library.
* *
* Author: Tilen MAJERLE <tilen@majerle.eu> * Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.6.0 * Version: v1.6.1
*/ */
#include "system/lwmem_sys.h" #include "system/lwmem_sys.h"