Skip to content

Commit c8ce070

Browse files
committed
Bump version for release, put version in pom where it belongs
1 parent 466c4de commit c8ce070

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
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>ChunkSpawnerLimiter</groupId>
44
<artifactId>ChunkSpawnerLimiter</artifactId>
5-
<version>0.0.1</version>
5+
<version>3.1.1</version>
66
<name>ChunkSpawnerLimiter</name>
77
<description>Limit entities in chunks. </description>
88
<repositories>

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ main: com.cyprias.chunkspawnerlimiter.ChunkSpawnerLimiterPlugin
33
author: Cyprias
44
authors: [Jikoo]
55
description: Limit entities in a chunk.
6-
version: 3.1.0
6+
version: ${project.version}
77

88
permissions:
99
chunkspawnerlimiter.admin:

0 commit comments

Comments
 (0)