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