Skip to content

Commit 71908df

Browse files
committed
Fix incorrect API version in plugin.yml
1 parent af337cd commit 71908df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>adhdmc</groupId>
88
<artifactId>InvisibleFrames</artifactId>
9-
<version>0.0</version>
9+
<version>0.1</version>
1010
<packaging>jar</packaging>
1111

1212
<name>InvisibleFrames</name>

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: InvisibleFrames
22
version: '${project.version}'
33
main: adhdmc.invisibleframes.InvisibleFrames
4-
api-version: 1.19
4+
api-version: 1.18
55
prefix: "[ Invisible Frames ]"
66
authors: [ _Rhythmic ]
77
description: Allows easy toggling of item frames from visible to invisible

0 commit comments

Comments
 (0)