Skip to content

Commit fcdc869

Browse files
committed
update versioning for all other pages which have been missed
1 parent 783dbd7 commit fcdc869

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/routes/contribute/formatting/+page.svx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ this:
8080
```md
8181
title: "Site Development"
8282
description: "This page is meant to be an introduction to formatting a page for the wiki. In it is multiple examples which you can examine raw in the [site source code](https://github.com/Datapack-Hub/wiki)."
83-
version: 1.21.4
83+
version: 1.21.5
8484
```
8585

8686
Front matter is denoted with triple hyphens (`---`) at the top of the page and the end of the front matter.

src/routes/wiki/concepts/resource-locations/+page.svx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Resource Locations
33
description:
44
"A resource location is a kind of identified used in Minecraft to point to a certain piece of data, such as a function, item, or storage."
5-
version: 1.21.4
5+
version: 1.21.5
66
---
77

88
# Resource Locations

src/routes/wiki/nbt-scoreboards/nbt/+page.svx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: NBT
33
description: NBT is Minecraft's way of storing internal data, such as item data, entity data, and block data. In datapacks, we can use it to store data in custom data storages.
4-
version: 1.21.4
4+
version: 1.21.5
55
---
66

77
<script lang="ts">

0 commit comments

Comments
 (0)