relax version down to 6.1.0

This commit is contained in:
Soufiane Fariss
2024-08-19 16:58:14 +02:00
parent 864cd77f9f
commit 5c6faaefff

View File

@@ -3,7 +3,7 @@ import { isGzipped, decompressGzip, readFileAsText } from "@/utils/fileUtils";
export function useRdocLoader() {
const toast = useToast();
const MIN_SUPPORTED_VERSION = "7.0.0";
const MIN_SUPPORTED_VERSION = "6.1.0";
/**
* Checks if the loaded rdoc version is supported