Skip to content

Commit 3a7466a

Browse files
committed
fix: update tag
1 parent 383d493 commit 3a7466a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/docs/project/download/components.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
import React from "react";
22
import Link from "@docusaurus/Link";
33

4-
export const version = '0.0.3';
4+
export const version = '1.0.0';
55
export const downloadPage = 'https://github.com/G-Epitech/DFMY-RType/releases/download';
66
export const archivePage = 'https://github.com/G-Epitech/DFMY-RType/archive';
7+
78
export function ArtefactName({name, platform}) {
89
const extensions = {
910
windows: 'exe',

0 commit comments

Comments
 (0)