Skip to content

Commit 2544e4f

Browse files
Merge pull request #14 from BadWolfMC/1-21-8-updates
1.21.8 Updates
2 parents 7bf7720 + 8fff686 commit 2544e4f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>io.github.rypofalem.armorstandeditor</groupId>
55
<artifactId>armorstandeditor</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.21.7</version>
7+
<version>1.21.8</version>
88
<name>armorstandeditor</name>
99
<url>http://maven.apache.org</url>
1010

@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>io.papermc.paper</groupId>
2626
<artifactId>paper-api</artifactId>
27-
<version>1.21.7-R0.1-SNAPSHOT</version>
27+
<version>1.21.8-R0.1-SNAPSHOT</version>
2828
<scope>provided</scope>
2929
</dependency>
3030

src/main/resources/plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: ArmorStandEditor
22
main: io.github.rypofalem.armorstandeditor.ArmorStandEditorPlugin
3-
version: "1.21.7"
3+
version: "1.21.8"
44
api-version: "1.21"
55
website: rypofalem.github.io
6-
author: RypoFalem
6+
author: "RypoFalem, mercurialmusic"
77
description: Allows players to edit data of armorstands without any commands.
88
commands:
99
ase:

0 commit comments

Comments
 (0)