From bdc4bfcac5ab83350f388fcd7869b0fa69645bf9 Mon Sep 17 00:00:00 2001 From: luni64 <12611497+luni64@users.noreply.github.com> Date: Sun, 11 Sep 2022 18:13:56 +0200 Subject: [PATCH] API change (frequency deactivated) bump version to 1.0.0 --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 6852714..5fc6f3a 100644 --- a/library.json +++ b/library.json @@ -14,7 +14,7 @@ "maintainer": true }, "homepage": "https://github.com/luni64/TeensyTimerTool", - "version": "0.4.4", + "version": "1.0.0", "frameworks": "arduino", "platforms": "Teensy" } diff --git a/library.properties b/library.properties index c910ef7..1931bb0 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=TeensyTimerTool -version=0.4.4 +version=1.0.0 author=luni64 maintainer=luni64 sentence=Generic Interface to Teensy Timers