From d30c9d1c3bafa9b37ea1e73f3af240c5bbe956a7 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Mon, 17 Jul 2023 09:24:27 -0300 Subject: [PATCH] v0.5.0 --- VERSION | 2 +- src/js/components/Shape.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index a423f7f06..b043aa648 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.4.5 +v0.5.0 diff --git a/src/js/components/Shape.tsx b/src/js/components/Shape.tsx index 1c4168c32..850d68b99 100644 --- a/src/js/components/Shape.tsx +++ b/src/js/components/Shape.tsx @@ -138,9 +138,9 @@ export function RefreshShape({ onClick }: Props) { export function LoadingShape() { return (
-
-
-
+
+
+
); }