From 27bae38291b8f0a4cf9ac89dc8342b46ef1c0a54 Mon Sep 17 00:00:00 2001 From: cyberarm Date: Sat, 13 Feb 2021 14:41:41 -0600 Subject: [PATCH] Bump version, possibly fix crash on search --- lib/pages/search.rb | 3 ++- lib/version.rb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/pages/search.rb b/lib/pages/search.rb index fecd7e4..7461ed6 100644 --- a/lib/pages/search.rb +++ b/lib/pages/search.rb @@ -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" diff --git a/lib/version.rb b/lib/version.rb index 1ad32f1..1904c6c 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,5 +1,5 @@ module TAC NAME = "TimeCrafters Configuration Tool" - VERSION = "0.1.0" + VERSION = "0.2.0" RELEASE_NAME = "IN-DEV" end \ No newline at end of file