From 6749fa8e04e4750dc995e36dacafdfa30712ff71 Mon Sep 17 00:00:00 2001 From: Josh Miller Date: Tue, 14 May 2024 10:55:27 +0100 Subject: [PATCH] Update loading page to display number 9.2 instead of 9 --- electron/loading/index.html | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/electron/loading/index.html b/electron/loading/index.html index ac1c99a4c..ac928dd63 100644 --- a/electron/loading/index.html +++ b/electron/loading/index.html @@ -14,7 +14,7 @@ -

9.1

+

9.2

diff --git a/package.json b/package.json index dc0e9322d..e189d8609 100644 --- a/package.json +++ b/package.json @@ -52,5 +52,5 @@ "start": "electron .", "build": "rm -rf dist/ && electron-builder build" }, - "version": "0.1.0-rc15.9.1" + "version": "0.1.0-rc15.9.2" }