Skip to content

Commit

Permalink
Bump version to v1.0.2: README and readability improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
ori88c committed Nov 2, 2024
1 parent 7749c16 commit 42db262
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "data-oriented-slim-queue",
"version": "1.0.1",
"version": "1.0.2",
"description": "A slim and efficient in-memory queue with a basic API for Node.js projects. The implementation employs Data-Oriented Design using a cyclic buffer, optimizing memory layout through sequential item allocation.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 42db262

Please sign in to comment.