From b3e817573436a9235c7071af801d19ba17045e4d Mon Sep 17 00:00:00 2001 From: Marc Date: Tue, 5 Jun 2018 00:49:59 +0100 Subject: [PATCH] LED Controller: Bump version number. --- LEDController/module.html | 2 +- LEDController/module.info | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LEDController/module.html b/LEDController/module.html index a5489ea..a9b3452 100644 --- a/LEDController/module.html +++ b/LEDController/module.html @@ -6,7 +6,7 @@

LED Controller

-
Version 1.1
+
Version 1.3

Written by Foxtrot

This module allows you to control the LEDs behaviour on both the NANO and the TETRA.

diff --git a/LEDController/module.info b/LEDController/module.info index 7164c34..c24f7c1 100644 --- a/LEDController/module.info +++ b/LEDController/module.info @@ -6,5 +6,5 @@ "tetra" ], "title": "LED Controller", - "version": "1.2" -} \ No newline at end of file + "version": "1.3" +}