Skip to content

Commit

Permalink
Bump version for release, put version in pom where it belongs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jikoo committed Jun 8, 2017
1 parent 466c4de commit c8ce070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ChunkSpawnerLimiter</groupId>
<artifactId>ChunkSpawnerLimiter</artifactId>
<version>0.0.1</version>
<version>3.1.1</version>
<name>ChunkSpawnerLimiter</name>
<description>Limit entities in chunks. </description>
<repositories>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ main: com.cyprias.chunkspawnerlimiter.ChunkSpawnerLimiterPlugin
author: Cyprias
authors: [Jikoo]
description: Limit entities in a chunk.
version: 3.1.0
version: ${project.version}

permissions:
chunkspawnerlimiter.admin:
Expand Down

0 comments on commit c8ce070

Please sign in to comment.