Compare commits

...

2 Commits

Author SHA1 Message Date
Ducky faf0cd9d69 Zio Elk: v0.14.0-zio24160.1 2024-06-08 20:48:15 +01:00
Ducky 65581050fb Zio Elk: fix borked version link 2024-06-08 20:47:30 +01:00
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://github.com/zio/elk/releases/tag/zio/v${buildInfo.version}`"
:href="`https://git.zio.sh/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-zio24160.1",
"packageManager": "pnpm@8.15.5",
"license": "MIT",
"homepage": "https://elk.zone/",