Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidpatchy committed Aug 17, 2022
1 parent 6159155 commit 0562e9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.hm.antiworldfly</groupId>
<artifactId>AntiWorldFly</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
<url>https://github.com/PyvesB/AntiWorldFly</url>
<name>AntiWorldFly</name>
<description>A Minecraft plugin to disable flying and chosen commands when joining or playing in specific worlds.</description>
Expand Down Expand Up @@ -115,7 +115,7 @@
<dependency>
<groupId>org.bstats</groupId>
<artifactId>bstats-bukkit</artifactId>
<version>2.2.1</version>
<version>3.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#==============================O==============================#
# I---------------------------------------------------------I #
# | Anti World Fly 2.5.0 configuration - Readme | #
# | Anti World Fly 2.5.1 configuration - Readme | #
# 1---------------------------------------------------------1 #
#==============================o==============================#

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/lang.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#============================================================#
# +--------------------------------------------------------+ #
# | Anti World Fly 2.5.0 English language file | #
# | Anti World Fly 2.5.1 English language file | #
# | By DarkPyves | #
# | Maintained by Sidpatchy | #
# +--------------------------------------------------------+ #
Expand Down

0 comments on commit 0562e9f

Please sign in to comment.