From 66aac70908d4c419a2c175f354b4cb46a1328943 Mon Sep 17 00:00:00 2001 From: NeKz Date: Thu, 27 Jun 2024 01:41:15 +0200 Subject: [PATCH] Bump version --- src/client/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/constants.ts b/src/client/constants.ts index 382e859..7840997 100644 --- a/src/client/constants.ts +++ b/src/client/constants.ts @@ -4,7 +4,7 @@ * SPDX-License-Identifier: MIT */ -export const AutorenderVersion = '1.0.4'; +export const AutorenderVersion = '1.0.5'; export const ReleaseTag = `client-${AutorenderVersion}`;