Skip to content

Commit 4a94cf3

Browse files
committed
chore: bump version to 1.2.2 in library.json and library.properties
1 parent 1c32f03 commit 4a94cf3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "easy_stack",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"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": {

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=easy_stack
2-
version=1.2.1
2+
version=1.2.2
33
author=gooderfreed <gooderfreed@gmail.com>
44
maintainer=gooderfreed <gooderfreed@gmail.com>
55
sentence=A zero-compromise, header-only C/C++ LIFO stack allocator.

0 commit comments

Comments
 (0)