1.19 release

This commit is contained in:
Misode
2022-06-07 17:49:51 +02:00
parent b9d01e34a0
commit a3295ac202
3 changed files with 6 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ export namespace Store {
if (version && VersionIds.includes(version as VersionId)) {
return version as VersionId
}
return '1.18.2'
return '1.19'
}
export function getIndent() {

View File

@@ -88,6 +88,8 @@ const ARTICLE_OVERRIDES = new Map(Object.entries({
'1.18-pre8': 'minecraft-1-18-pre-release-6',
1.18: 'caves---cliffs--part-ii-out-today-java',
'1.18.2-pre3': 'minecraft-1-18-2-pre-release-2',
'1.18.2-pre5': 'minecraft-1-18-2-pre-release-4',
1.19: 'the-wild-update-out-today-java',
}))
export function getArticleLink(version: string): string | undefined {