From b61dd1a2c8ad7033af4ad7b702de4f861042a5aa Mon Sep 17 00:00:00 2001 From: Pharap <2933055+Pharap@users.noreply.github.com> Date: Sun, 25 Sep 2022 10:41:39 +0100 Subject: [PATCH] Update to v1.1.1 --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 3e6aad8..2ea81a2 100644 --- a/library.json +++ b/library.json @@ -13,6 +13,6 @@ "url": "https://github.com/Pharap/FixedPointsArduino.git" }, "license": "Apache-2.0", - "version": "1.1.0", + "version": "1.1.1", "frameworks": "arduino" } \ No newline at end of file diff --git a/library.properties b/library.properties index 07c609d..e407a81 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=FixedPoints -version=1.1.0 +version=1.1.1 author=Pharap maintainer=Pharap sentence=A template library for defining fixed point types of varying sizes.