Compare commits

..

No commits in common. "65581050fb242b74bc1718c26d608622d04555c0" and "1b819281feb152edee59f2caa04aeba931e808f8" 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",
"version": "0.14.0-zio",
"packageManager": "pnpm@8.15.5",
"license": "MIT",
"homepage": "https://elk.zone/",