diff --git a/VERSION b/VERSION index ac39a10..f374f66 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.0 +0.9.1 diff --git a/web/src/pages/Overview.svelte b/web/src/pages/Overview.svelte index cac55c3..3a601fd 100644 --- a/web/src/pages/Overview.svelte +++ b/web/src/pages/Overview.svelte @@ -5,7 +5,6 @@ import { liveEvents, subscribeEvents } from '$lib/stores/events' import { bucket, statusStyle, FILTERS, TASK_EVENTS, heading, type Bucket } from '$lib/tasks' import { relativeTime } from '$lib/utils' - import GraphBackground from '$lib/components/GraphBackground.svelte' import { Button } from '$lib/components/ui/button' import PlusIcon from '@lucide/svelte/icons/plus' import type { Session } from '$lib/api' @@ -55,7 +54,6 @@