mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-26 21:41:53 +07:00
19 lines
443 B
Markdown
19 lines
443 B
Markdown
---
|
|
layout: doc
|
|
title: Release Archive
|
|
description: Download older versions of Mivo.
|
|
---
|
|
|
|
<script setup>
|
|
import ReleaseArchive from '../.vitepress/theme/components/ReleaseArchive.vue'
|
|
</script>
|
|
|
|
# Release Archive
|
|
|
|
Download previous versions of Mivo.
|
|
|
|
<ReleaseArchive />
|
|
|
|
> [!WARNING]
|
|
> Older versions may contain security vulnerabilities or be incompatible with current add-ons. It is recommended to always use the [latest stable version](/).
|