diff --git a/src/App.tsx b/src/App.tsx index e5e6543..f4ff829 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -21,8 +21,20 @@ import { pushHistory } from "./structures/history"; const didYouKnowMessages = [ - "Did you know that you can Alt+Click a widget to reset its position", - "Did you know that you can Shft+Drag to move around without dragging widgets" + ( + Did you know that you can + + Alt + Click + + a widget to reset its position + ), + ( + Did you know that you can + + Shift + Drag + + to move around without dragging widgets + ) ] diff --git a/src/api.ts b/src/api.ts index 078bb98..c27b8de 100644 --- a/src/api.ts +++ b/src/api.ts @@ -1,7 +1,7 @@ import { IS_MOCKED } from "./mock"; const MIN_CONNECTING_TIME = 250; -export const LATEST_VERSION = "0.5.0"; +export const LATEST_VERSION = "0.5.1"; class WebSocketClient { private ws: WebSocket | null; diff --git a/src/components/ServerIsOutdatedComponent.tsx b/src/components/ServerIsOutdatedComponent.tsx index 2f5b512..7c1e621 100644 --- a/src/components/ServerIsOutdatedComponent.tsx +++ b/src/components/ServerIsOutdatedComponent.tsx @@ -13,6 +13,7 @@ export default function ServerIsOutdatedComponent() {

Your version of Explainable is outdated.
Please update to the latest version ({LATEST_VERSION}) to continue.

+ You can update by running
{pipCommand}