From 8f6a4cde11365f56ddbdf8272e8f04c375798b87 Mon Sep 17 00:00:00 2001 From: dejwk Date: Mon, 4 Dec 2023 00:49:03 +0100 Subject: [PATCH] Removing the 'includes' so that the individual headers can be included directly. --- library.json | 2 +- library.properties | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index e71b8b4..39dec0f 100644 --- a/library.json +++ b/library.json @@ -13,7 +13,7 @@ "type": "git", "url": "https://github.com/dejwk/roo_collections" }, - "version": "1.1.2", + "version": "1.1.3", "homepage": "https://github.com/dejwk/roo_collections", "frameworks": [ "Arduino", diff --git a/library.properties b/library.properties index 7304d6e..859ce05 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=roo_collections -version=1.1.2 +version=1.1.3 author=Dejwk maintainer=Dejwk sentence=Memory-conscious collections, supporting flat small hashtables, hash maps, and hash sets. @@ -7,4 +7,3 @@ paragraph=Keeps all elements with a single flat array, with size 2-3x times the category=Other url=https://github.com/dejwk/roo_collections architectures=* -includes=roo_collections.h