We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383d493 commit 3a7466aCopy full SHA for 3a7466a
docs/docs/project/download/components.jsx
@@ -1,9 +1,10 @@
1
import React from "react";
2
import Link from "@docusaurus/Link";
3
4
-export const version = '0.0.3';
+export const version = '1.0.0';
5
export const downloadPage = 'https://github.com/G-Epitech/DFMY-RType/releases/download';
6
export const archivePage = 'https://github.com/G-Epitech/DFMY-RType/archive';
7
+
8
export function ArtefactName({name, platform}) {
9
const extensions = {
10
windows: 'exe',
0 commit comments