From dc4181697b8a4a3aeeeaa849fd2d34d6e9463abd Mon Sep 17 00:00:00 2001 From: Pharap Date: Wed, 8 Nov 2017 04:55:56 +0000 Subject: [PATCH] Update to v1.0.3 --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index f2ef12f..e00d1a7 100644 --- a/library.json +++ b/library.json @@ -13,6 +13,6 @@ "url": "https://github.com/Pharap/FixedPointsArduino.git" }, "license": "Apache-2.0", - "version": "1.0.2", + "version": "1.0.3", "frameworks": "arduino" } \ No newline at end of file diff --git a/library.properties b/library.properties index 76a82b9..0c904f0 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=FixedPoints -version=1.0.2 +version=1.0.3 author=Pharap maintainer=Pharap sentence=A template library for defining fixed point types of varying sizes.