Skip to content

Commit 38ff485

Browse files
committed
chore: bump version in manifest to 1.2.1
1 parent 5efbd5f commit 38ff485

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "easy_stack",
3-
"version": "1.2.0",
4-
"description": "An absurdly fast, header-only, platform-agnostic, and safe LIFO stack allocator utilizing an inverted bi-directional buffer layout with dynamic metadata scaling.",
3+
"version": "1.2.1",
4+
"description": "A zero-compromise, header-only C/C++ LIFO stack allocator utilizing an inverted bi-directional buffer layout with dynamic metadata scaling.",
55
"keywords": "allocator, memory, lifo, stack, embedded, performance, safe",
66
"repository": {
77
"type": "git",

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name=easy_stack
2-
version=1.2.0
2+
version=1.2.1
33
author=gooderfreed <gooderfreed@gmail.com>
44
maintainer=gooderfreed <gooderfreed@gmail.com>
5-
sentence=An absurdly fast, header-only, and safe LIFO stack allocator.
5+
sentence=A zero-compromise, header-only C/C++ LIFO stack allocator.
66
paragraph=A platform-agnostic stack allocator utilizing an inverted bi-directional buffer layout with dynamic metadata scaling to achieve zero alignment padding waste and O(1) speeds.
77
category=Data Storage
88
url=https://github.com/easymem/easy_stack

0 commit comments

Comments
 (0)