Skip to content

Commit

Permalink
Update to version 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mayneyao committed Jan 31, 2025
1 parent 6b77484 commit 4900f4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 // TODO: remove this
export const EIDOS_VERSION = "0.13.0"
export const EIDOS_VERSION = "0.13.1"
export const isDevMode = Boolean(import.meta.env?.DEV)
export const isSelfHosted = import.meta.env?.MODE === "self-host"
export const isInkServiceMode = import.meta.env?.MODE === "ink"
Expand Down
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.13.0",
"version": "0.13.1",
"private": true,
"type": "module",
"description": "Eidos is an extensible framework for managing your personal data throughout your lifetime in one place.",
Expand Down

0 comments on commit 4900f4a

Please sign in to comment.