From 011d9b49f5ac3adae268f327f976a524e073be00 Mon Sep 17 00:00:00 2001 From: dejwk Date: Sat, 11 Nov 2023 22:33:26 +0100 Subject: [PATCH] Upping the version. --- library.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",