mirror of
https://github.com/AtlasMediaGroup/Scissors-Website.git
synced 2024-11-05 09:06:07 +00:00
Update to 1.19.1
This commit is contained in:
parent
e8e82fbc95
commit
d6d14f3ad6
@ -7,8 +7,8 @@ import { Build, getBuilds, getJobs, Job } from "../util/Jenkins";
|
||||
|
||||
const DownloadPage = () => {
|
||||
const [jobs, setJobs] = useState(new Map<Job, Build[]>())
|
||||
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()
|
||||
}, [])
|
||||
|
@ -6,7 +6,7 @@ const HomePage = () => {
|
||||
<Fragment>
|
||||
<h1>Scissors</h1>
|
||||
<h4>Minecraft server software oriented towards patching Creative Mode exploits.</h4>
|
||||
<h4>Versions: 1.17.1, 1.18.2, 1.19</h4>
|
||||
<h4>Versions: 1.17.1, 1.18.2, 1.19.1</h4>
|
||||
</Fragment>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user