Compare commits

..

No commits in common. "faf0cd9d69c87a5d9defcc5c38a5ca6e9575c8c6" and "5af3fa3d9ec5af37704bc1d622408f054da2587b" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ function toggleDark() {
<NuxtLink
v-if="buildInfo.env === 'release'"
external
:href="`https://git.zio.sh/zio/elk/releases/tag/zio/v${buildInfo.version}`"
:href="`https://github.com/zio/elk/releases/tag/zio/v${buildInfo.version}`"
target="_blank"
font-mono
>

View File

@ -1,7 +1,7 @@
{
"name": "@elk-zone/elk",
"type": "module",
"version": "0.14.0-zio24160.1",
"version": "0.14.0-zio24160",
"packageManager": "pnpm@8.15.5",
"license": "MIT",
"homepage": "https://elk.zone/",