Skip to content

Commit

Permalink
Bupm version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauryCarrade committed Nov 17, 2020
1 parent 5d280b2 commit f1f7552
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>fr.zcraft.VoteBan</groupId>
<artifactId>VoteBanRevamped</artifactId>
<version>1.0</version>
<version>1.1</version>

<packaging>jar</packaging>

Expand Down Expand Up @@ -63,12 +63,12 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.14-R0.1-SNAPSHOT</version>
<version>1.15.2-R0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>fr.zcraft</groupId>
<artifactId>quartzlib</artifactId>
<version>0.0.1</version>
<version>0.0.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: VoteBanRevamped
version: "1.0"
version: "1.1"
main: fr.zcraft.VoteBan.VoteBan
api-version: "1.13"

Expand Down

0 comments on commit f1f7552

Please sign in to comment.