Bump version, possibly fix crash on search

This commit is contained in:
2021-02-13 14:41:41 -06:00
parent 5fd494bb47
commit 27bae38291
2 changed files with 3 additions and 2 deletions

View File

@@ -19,9 +19,10 @@ module TAC
end
body.clear do
shared_index = 0
flow(width: 1.0, height: 1.0) do
stack(width: 0.495, height: 1.0, scroll: true) do
shared_index = 0
if search_results.groups.size.positive?
title "Groups"

View File

@@ -1,5 +1,5 @@
module TAC
NAME = "TimeCrafters Configuration Tool"
VERSION = "0.1.0"
VERSION = "0.2.0"
RELEASE_NAME = "IN-DEV"
end