diff --git a/package.json b/package.json index e8caf5f8..cfc21226 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vocechat-web", - "version": "0.9.6", + "version": "0.9.7", "homepage": "https://voce.chat", "dependencies": { "@metamask/onboarding": "^1.0.1", diff --git a/src/app/config.ts b/src/app/config.ts index 9735bf11..31f7eae3 100644 --- a/src/app/config.ts +++ b/src/app/config.ts @@ -74,7 +74,7 @@ export const PAYMENT_URL_PREFIX = process.env.NODE_ENV === "production" ? `https://vera.nicegoodthings.com` : `http://localhost:4000`; -export const CACHE_VERSION = `0.3.37`; +export const CACHE_VERSION = `0.4.3`; export const WIDGET_USER_PWD = `123123`; export const GuestRoutes = ["/", "/chat", "/chat/channel/:channel_id"]; export const ContentTypes = {