Skip to content

Commit

Permalink
Upping the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dejwk committed Nov 11, 2023
1 parent 6f5b1fc commit 011d9b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "roo_collections",
"description": "Memory-conscious collections library. Right now, only contains a flat, small hashtable.",
"description": "Memory-conscious collections library, supporting flat small hashtables, hash maps, and hash sets.",
"keywords": "hashtable hashmap hashset",
"authors": [
{
Expand All @@ -13,7 +13,7 @@
"type": "git",
"url": "https://github.com/dejwk/roo_collections"
},
"version": "1.0",
"version": "1.1",
"homepage": "https://github.com/dejwk/roo_collections",
"frameworks": [
"Arduino",
Expand Down

0 comments on commit 011d9b4

Please sign in to comment.