Skip to content

Commit

Permalink
Update clib.json to v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLeeds authored Nov 6, 2023
1 parent ebb7494 commit 8aaf382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clib.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "templated-hashmap",
"version": "v2.0.2",
"version": "v2.0.3",
"repo": "DavidLeeds/hashmap",
"description": " Templated type-safe hashmap implementation in C using open addressing and linear probing for collision resolution. ",
"keywords": ["hashmap", "dictionary", "templated"],
Expand Down

0 comments on commit 8aaf382

Please sign in to comment.