Skip to content

Commit

Permalink
Update to version 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mayneyao committed Oct 12, 2024
1 parent d895508 commit c9dedaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/env.ts
Original file line number Diff line number Diff line change
@@ -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 =
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down Expand Up @@ -297,4 +297,4 @@
]
}
}
}
}

0 comments on commit c9dedaa

Please sign in to comment.