From c99c70bd995d38b4bc3d386f9500c65d76fb6a3e Mon Sep 17 00:00:00 2001 From: luni64 Date: Wed, 26 Aug 2020 10:47:44 +0200 Subject: [PATCH] Bump version to v0.2.1 --- .../DoubleExposure/{DoubleExposure.cpp => DoubleExposure.ino} | 0 library.json | 2 +- library.properties | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename examples/DoubleExposure/{DoubleExposure.cpp => DoubleExposure.ino} (100%) diff --git a/examples/DoubleExposure/DoubleExposure.cpp b/examples/DoubleExposure/DoubleExposure.ino similarity index 100% rename from examples/DoubleExposure/DoubleExposure.cpp rename to examples/DoubleExposure/DoubleExposure.ino diff --git a/library.json b/library.json index 59cf584..f4395bc 100644 --- a/library.json +++ b/library.json @@ -15,7 +15,7 @@ "maintainer": true }, "homepage": "https://github.com/luni64/TeensyTimerTool", - "version": "0.2.0", + "version": "0.2.1", "frameworks": "arduino", "platforms": "Teensy" } diff --git a/library.properties b/library.properties index bfda53e..e4fa48c 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=TeensyTimerTool -version=0.2.0 +version=0.2.1 author=Lutz Niggl maintainer=Lutz Niggl sentence=Generic Interface to Teensy Timers