Skip to content

Commit

Permalink
Update to version 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mayneyao committed Jun 27, 2024
1 parent b16be98 commit 7234d39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/log.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const logger = console
export const EIDOS_VERSION = "0.4.4"
export const EIDOS_VERSION = "0.4.5"
export const isDevMode = import.meta.env.MODE === "development"
export const isSelfHosted = import.meta.env.VITE_EIDOS_SELF_HOSTED === "true"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eidos",
"version": "0.4.4",
"version": "0.4.5",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 7234d39

Please sign in to comment.