From edb817523442f380b2df8d60d1ea8812dd8570ae Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 30 Apr 2016 20:21:18 +0200 Subject: [PATCH] Updated version number --- Credits | 1 + control.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Credits b/Credits index e0f9f07..2d19d2e 100644 --- a/Credits +++ b/Credits @@ -8,3 +8,4 @@ Roktaal: Stanfear: * The station filtering +* Bug fixes diff --git a/control.lua b/control.lua index 4de690d..d8db533 100644 --- a/control.lua +++ b/control.lua @@ -8,7 +8,7 @@ function init() end function load() - global.version = "1.0.0" + global.version = "1.0.1" global.filters = global.filters or {} global.filters.meta_data = {force_update = false } global.filtered_stations = global.filtered_stations or {}