Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit edb8175

Browse files
committed
Updated version number
1 parent dc0cc3a commit edb8175

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Credits

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ Roktaal:
88

99
Stanfear:
1010
* The station filtering
11+
* Bug fixes

control.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function init()
88
end
99

1010
function load()
11-
global.version = "1.0.0"
11+
global.version = "1.0.1"
1212
global.filters = global.filters or {}
1313
global.filters.meta_data = {force_update = false }
1414
global.filtered_stations = global.filtered_stations or {}

0 commit comments

Comments
 (0)