From 4610ceaca8e19fc900eb112b15e43f79c7dc9c0b Mon Sep 17 00:00:00 2001 From: Jeongkyu Shin Date: Thu, 4 Aug 2022 13:57:14 +0900 Subject: [PATCH] update: version index (#208) --- index.html | 4 ++-- manifest.json | 2 +- src/components/backend-ai-webui.ts | 4 ++-- version.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index a5426907b0..0a7904aa9e 100644 --- a/index.html +++ b/index.html @@ -29,8 +29,8 @@ NODE_ENV: 'production' } }; - globalThis.packageVersion = "22.03.3"; - globalThis.buildVersion = "220626.220618"; + globalThis.packageVersion = "22.03.4"; + globalThis.buildVersion = "220804.130853";