Skip to content

Commit

Permalink
Version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RiledUpCrow committed Oct 18, 2015
1 parent 171c2fc commit 187896f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>pl.betoncraft.hordes</groupId>
<artifactId>Hordes</artifactId>
<version>1.0.2</version>
<version>1.1</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build>
<finalName>${artifactId}</finalName>
<finalName>${project.artifactId}</finalName>
<resources>
<resource>
<directory>${basedir}</directory>
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 @@ -2,7 +2,7 @@ name: Hordes
main: pl.betoncraft.hordes.Hordes
description: Increases amount of mobs near players while decreasing overall number of mobs.
authors: [Co0sh]
version: 1.0.2
version: 1.1
commands:
hordesreload:
description: Reloads the configuration
Expand Down

0 comments on commit 187896f

Please sign in to comment.