diff --git a/library.json b/library.json index 6f9c796..57fe6a7 100644 --- a/library.json +++ b/library.json @@ -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": [ { @@ -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",