From d6d14f3ad60abaa791490c083ec74bd82dcbca0c Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Fri, 29 Jul 2022 21:12:03 -0500 Subject: [PATCH] Update to 1.19.1 --- src/pages/DownloadPage.tsx | 6 +++--- src/pages/HomePage.tsx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/DownloadPage.tsx b/src/pages/DownloadPage.tsx index dc5e71da..8afeb4ce 100644 --- a/src/pages/DownloadPage.tsx +++ b/src/pages/DownloadPage.tsx @@ -7,8 +7,8 @@ import { Build, getBuilds, getJobs, Job } from "../util/Jenkins"; const DownloadPage = () => { const [jobs, setJobs] = useState(new Map()) - const [version, setVersion] = useState("1.19") - const versions = ["1.17.1", "1.18.2", "1.19"] + const [version, setVersion] = useState("1.19.1") + const versions = ["1.17.1", "1.18.2", "1.19.1"] useEffect(() => { doJobs() }, []) @@ -74,4 +74,4 @@ const DownloadPage = () => { ) } -export default DownloadPage \ No newline at end of file +export default DownloadPage diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 325871ff..c2826dc0 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,9 +6,9 @@ const HomePage = () => {

Scissors

Minecraft server software oriented towards patching Creative Mode exploits.

-

Versions: 1.17.1, 1.18.2, 1.19

+

Versions: 1.17.1, 1.18.2, 1.19.1

); } -export default HomePage; \ No newline at end of file +export default HomePage;