From 1d34a61e7f5631148d82e39e9d744ff8658a0fea Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Mon, 8 Jul 2024 00:12:01 +0800 Subject: [PATCH] Updated version to 1.1.0 --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 209f569..76ed5dc 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "microlzw", - "version": "1.0.0", + "version": "1.1.0", "description": "Embeddable micro Lempel-Ziv-Welch compression library for strings.", "keywords": "microlzw, lzw, compression, strings", "repository": { diff --git a/library.properties b/library.properties index 9599a9d..f370a96 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=microlzw -version=1.0.0 +version=1.1.0 author=nthnn maintainer=nthnn sentence=Embeddable micro Lempel-Ziv-Welch compression library for strings.