From c9dedaab239d05dac67c3c5a7c0ae4fa71c5fd12 Mon Sep 17 00:00:00 2001 From: mayneyao Date: Sun, 13 Oct 2024 07:20:13 +0800 Subject: [PATCH] Update to version 0.7.6 --- lib/env.ts | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/env.ts b/lib/env.ts index 6a5f9533..ff979aaf 100644 --- a/lib/env.ts +++ b/lib/env.ts @@ -1,5 +1,5 @@ export const logger = console -export const EIDOS_VERSION = "0.7.5" +export const EIDOS_VERSION = "0.7.6" export const isDevMode = import.meta.env?.MODE === "development" export const isSelfHosted = import.meta.env?.VITE_EIDOS_SELF_HOSTED === "true" export const isInkServiceMode = diff --git a/package.json b/package.json index 2d6c3932..f2c3b5b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eidos", - "version": "0.7.5", + "version": "0.7.6", "private": true, "type": "module", "description": "Eidos is an extensible framework for managing your personal data throughout your lifetime in one place.", @@ -297,4 +297,4 @@ ] } } -} \ No newline at end of file +}